-
Notifications
You must be signed in to change notification settings - Fork 648
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
Stateless with behavior not working #384
Comments
Hey @basickarl, at first glance your setup looks correct. Are you seeing any errors? Do you see the |
@patrick-steele-idem Hello! I actually found out what the issue is. It's possibly related to lasso-js/lasso-marko#3. I had to move the |
No longer an issue. Closing. |
The page displays, all the js appears to load, but the onClick
handleThisClick
handler isn't firing (which should display a console log) and the c-nav.scss css isn't being applied (#c-nav). The base.scss style is working though (red).(I'm using lasso-babel/lasso-sass)
my route:
src/marko/pages/sign_in/sign_in.marko:
src/marko/pages/sign_in/browser.json:
src/marko/layouts/base/base.js:
src/marko/layouts/base/base.marko:
src/marko/layouts/base/base.scss:
src/marko/layouts/base/browser.json:
src/marko/layouts/base/text.js:
src/marko/components/c-nav/browser.json:
src/marko/components/c-nav/c-nav.js:
exports.render = require('./renderer').render;
src/marko/components/c-nav/c-nav.marko:
src/marko/components/c-nav/c-nav.scss:
src/marko/components/c-nav/renderer.js:
src/marko/components/c-nav/widget.js:
The console fires
base.js included
andtest.js included
.The text was updated successfully, but these errors were encountered: