D0Z
Issues with peer dependencies found
Hello, I'm trying tu use SolidStart with Vite 5 but I'm encountering the following error
I'm using
[email protected]
1 replies
Nested ErrorBoundary not used
Heya, I'm trying to wrap my head around handling errors with createResource and SolidJS router...
The issue iss that I have two ErrorBoundaries and only the higher one catch the error instead of the one close to the function emitting the error.
So I have the following configuration:
App (Containing the Higher ErrorBoundary)
MainLayout (containing the nested ErrorBoundary)
useFindAllProject (The source of the error for example a 404 not found Error)
12 replies
updating nested object not triggering update
Heya I'm fairly new to SolidJS (You might have already seen some of my previous post of me strugglin' :D)
I'm trying to update the state of a nested object in a store but it doesn't seem to trigger an update on my component.
here is the method I use to update (it's declared in a context provider)
I'm not sure if I'm using produce well
19 replies