nuno
nuno
SSolidJS
Created by walid on 7/30/2023 in #support
SWC Support for SolidJS
I get this error HarmonyLinkingWarning: export 'jsxDEV' (imported as '_jsxDEV') was not found in 'solid-js/jsx-dev-runtime'
21 replies
SSolidJS
Created by walid on 7/30/2023 in #support
SWC Support for SolidJS
I see a good use of this on other bundler that can use SWC, like webpack or RsPack. I tried to use the same config with RsPack but seems like I am mssing something
21 replies
SSolidJS
Created by Mike F on 1/31/2024 in #support
Vitest support
I think is missing something or a bug on vitest related with environment imports
14 replies
SSolidJS
Created by Mike F on 1/31/2024 in #support
Vitest support
also, is supposed to run test on ssr when I am developing on web only? why imports are mentioning __vite_ssr_import_xxx
14 replies
SSolidJS
Created by Mike F on 1/31/2024 in #support
Vitest support
I still don't know what to about You appear to have multiple instances of Solid. This can lead to unexpected behavior."
14 replies
SSolidJS
Created by Mike F on 1/31/2024 in #support
Vitest support
sometimes I think solids templates and examples are to simply and when added other library it doesnt works as on the example> I have tried many configurations on example and get all the time "You appear to have multiple instances of Solid. This can lead to unexpected behavior. computations created outside a createRoot or render will never be disposed" some imports on vitest are ___vite_ssr_importxxx. so not sure if some kind of ssr issue, I also dont ahve error when I inlcude <Suspense on my code, it seems like Effects is null
14 replies