|
|
|
|
|
by nherment
3226 days ago
|
|
I have just been using the state for a top level component. While it is true that this is now working, updating the state in the component that contains the <lasso-head/> and <lasso-body/> tags will cause the dependencies (defined in browser.json) to be lost. Unfortunately, the stylesheets are included in the dependencies... This means that playing with state at the top level removes any styling on the page. This is EXACTLY the type of insanity that makes me recommend AGAINST using marko... Example code here: https://github.com/nherment/marko-css-error |
|