Dido
SyntaxError: The requested module 'solid-js/web' does not provide an export named 'classList'
I am getting this error when using the solid-slider library in my code during SSR.
I am using Solid 1.8.3 and solid-slider 1.3.15.
Does anyone have any pointers what could cause this?
5 replies
How to use <Hydration> and <NoHydration>?
Hi there,
I was reading the release notes of SolidJS 1.6.0 and it mentions new Components to handle Hydration: <Hydration> and <NoHydration> . https://github.com/solidjs/solid/releases/tag/v1.6.0
I couldn't find any further docs on them. Do they exists yet or does someone have any additional info/reference/example about how to use them?
6 replies