#`ReferenceError: jQuery is not defined`
7 messages · Page 1 of 1 (latest)
there's two reasons:
- this runs on SSR
- jQuery is definitely missing
do i install jquery into my package json here?
Do you have any package installed that uses jquery?
A solid app does not have jquery as a dependency.
it says here:
To use
clientOnly, isolate the desired component with DOM interactions in a file:
but i dont know what component to isolate
i use bun, so i checked my lock file for jquery and got nothing