-
Couldn't load subscription status.
- Fork 166
-
aleph version 0.3.0-alpha.8
deno version 1.7.5
Module '"https://deno.land/x/aleph@v0.3.0-alpha.8/mod"' has no exported member 'Import'
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 5 replies
-
0.3.0 is in alpha and is extremely unstable so we haven't updated the docs yet. Please check #5 for a guide on explaining the smart JSX transform.
Beta Was this translation helpful? Give feedback.
All reactions
-
But, how can I disable SSR for specific components like "Slate"?
Beta Was this translation helpful? Give feedback.
All reactions
-
@oyzhen I have to check again, but I don't think that is actually possible anymore.
Beta Was this translation helpful? Give feedback.
All reactions
-
the import component has been removed in 0.3, please use react.lazy instead
Beta Was this translation helpful? Give feedback.
All reactions
-
next patch the bundler also can work fine with react.lazy
Beta Was this translation helpful? Give feedback.
All reactions
-
OK, I'll try. Thanks.
Beta Was this translation helpful? Give feedback.