SolidJS failing all of a sudden
Hello, ive been working on a project recently, took a break to work on something else. Came back today (having changed nothing) and my project no longer functions. Even though it worked as intended just a week ago.
Seems to be an issue with the router.
3 Replies
relevant issue
GitHub
router crash when used with Solid 1.7 · Issue #261 · solidjs/solid-...
Describe the bug After upgrade to the latest version of solidjs and @solidjs/router, the router crashes with the following stack trace: Uncaught TypeError: route.outlet is not a function at get chi...
This fixed my problem - note -
@solidjs/solid-router
v0.7.x
is not compatible with solid-js
v1.7.x