-
I am starting to work with solidjs and solid-start and tried to activate islands and islandsRouter but my app broke, not even a basic counter works. So i was wondering if this feature is currently working and if so, is there any demo or tutorial I can follow to see what I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
boehs
Feb 15, 2023
Replies: 1 comment 3 replies
-
You need to explicitly opt into islands, like |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Dindaleon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to explicitly opt into islands, like
const Counter = unstable_island(() => import('./components/counter'))