Closed Marvosg closed 2 years ago
I suspect this is a bug with this line https://github.com/solidjs/vite-plugin-solid/blob/master/src/index.ts#L256, which checks if the type is "object"
, but null
can still pass that check, the plugin probably just needs an extra check to test whether the value is null.
@mosheduminer Thank you for the help! I will attempt to add a null check there, and report back.
@lxsmnsyc Can confirm this fixes the issue.
Thanks to both of you for your help!
Ok this should be fixed in 2.3.10
After installing the Cesium JS package, solidPlugin breaks. Starting the dev server exits with the error:
Steps to reproduce:
At this point the server builds and loads fine. Close it, then:
Is it solidPlugin or Cesium that needs changes? Cesium maps are crucial for my use case, it would be really great if I could use them in my existing project, as I've got the whole scaffolding for loading my custom data already done in SolidJS.