Tommypop
Explore posts from serversStuck On A Build Error
I've made a PR https://github.com/solidjs/solid/pull/2466. Not sure if it's at all necessary but the change was pretty simple so thought I may as well do it and hopefully it'd prevent issues like this in the future :)
28 replies
Stuck On A Build Error
Maybe something like this could work? (It's a little weird but hopefully would stop any bundling stuff breaking things) https://playground.solidjs.com/anonymous/acc9dc0a-894d-43b1-baa6-278807e84998
28 replies
Stuck On A Build Error
You could also do a dynamic import in
onMount
and store it in a signal or something (or maybe a clientOnly resource). Should have the same effect as using clientOnly
for the component but might prevent any weirdness with it getting bundled on the server28 replies
Version Mismatch?
As for using the CLI at a specific version, I think you can just do
bun create [email protected]
5 replies
How do get Cloudflare bindings in dev?
Hi, this issue might be useful: https://github.com/cloudflare/workers-sdk/issues/5912
4 replies