Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error requiring membrane.vdom #76

Open
hoclun-rigsep opened this issue Dec 17, 2023 · 1 comment
Open

Error requiring membrane.vdom #76

hoclun-rigsep opened this issue Dec 17, 2023 · 1 comment

Comments

@hoclun-rigsep
Copy link

My ns:

(ns jim.littlereader
  ;; typical requires
  (:require-macros [membrane.webgl-macros
                    :refer [add-image!]])
  (:require [cljs-http.client :as http]
            [cljs.core.async :refer [<!]]
            [membrane.component :refer [defui]]
            [membrane.vdom :as backend]
            membrane.basic-components
            [membrane.ui :as ui
             :refer [horizontal-layout
                     vertical-layout]]))

But:

The required namespace "vdom.core" is not available, it was required by "membrane/vdom.cljs".
@phronmophobic
Copy link
Owner

The vdom backend depends on [com.phronemophobic/vdom "0.2.2"].

The vdom based backend is just a proof of concept. I don't currently recommend using it at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants