Getting import errors
I have a lot of experience when it comes to JS/React/etc. Solidjs peeked my interest and I have wanted to take a deeper look at it. Found a small project I wanted to build using SolidStart to see what it's all about.
Following these set docs: https://start.solidjs.com/getting-started/project-setup
This all worked fine. Startup application worked, etc.
Tried to start adding routes is where I've run into issues. Trying to set up a few demo pages doing something like this explains: https://start.solidjs.com/api/app
I'm getting reference and property errors. I found another post that said to reload my environment (tried this). I've also read online that npm doesn't install it properly (which would be odd as it's the top example in setup).
I'm sure there's a simple solution that I'm missing, but I'm not seeing anything in the docs and because of how new SolidStart is Google isn't much help either. I tried creating the application enabling server rendering to see if that would fix the issue (it didn't).
Any help would be appreciated
Following these set docs: https://start.solidjs.com/getting-started/project-setup
This all worked fine. Startup application worked, etc.
Tried to start adding routes is where I've run into issues. Trying to set up a few demo pages doing something like this explains: https://start.solidjs.com/api/app
I'm getting reference and property errors. I found another post that said to reload my environment (tried this). I've also read online that npm doesn't install it properly (which would be odd as it's the top example in setup).
I'm sure there's a simple solution that I'm missing, but I'm not seeing anything in the docs and because of how new SolidStart is Google isn't much help either. I tried creating the application enabling server rendering to see if that would fix the issue (it didn't).
Any help would be appreciated


SolidStart Beta Documentation
Early release documentation and resources for SolidStart Beta

SolidStart Beta Documentation
Early release documentation and resources for SolidStart Beta

