solid
solid copied to clipboard
A declarative, efficient, and flexible JavaScript library for building user interfaces.
### Describe the bug When `createResource` throws some specific error (in this case it's axios error) that seroval can't handle, the app gets broken with the following error message: "Error:...
### Describe the bug I used `event.stopPropagation` in the event in the application, but the event can still be executed outside the application. ### Your Example Website or App https://codesandbox.io/p/sandbox/cool-thunder-mw586z?welcome=true...
### Describe the bug As the title, when using imported object for element style attribute, it is reevaluated if other attributes that use signal that is updated. In this example...
### Describe the bug (I'm putting this first as I think it's important pretext, sincere apologies if this throws anyone off) FireFox and Safari have rather interesting behavior regarding setting...
### Describe the bug I started to have this cryptic error message when starting my app: > Uncaught TypeError: evalConditions is not a function or its return value is not...
### Describe the bug https://github.com/solidjs/solid/commit/93d44d45f1607871334d4c4ed637a780736445a4 fixed the types visibility issue reported by me here: https://github.com/solidjs/solid/issues/1787 but it didn't quite fix in full how this package can be required at type...
## Summary This is a PoC for exploring the new serialization method. This PR adds a new primitive called `createServerValue` which allows users to instanciate server-side values and load those...
### Describe the bug When server-created `createResource` got read after getting resolved, `Uncaught (in promise) TypeError: Cannot use 'in' operator to search for 'data' in undefined` error happens on the...
### Describe the bug When using spread on a select element the value will be set before the children are created and this will cause the value to be set...
### Describe the bug Works with DOM API: https://playground.solidjs.com/anonymous/05d9ad70-852d-40ca-8134-544ed1a6c21a Doesn't work with Solid: https://playground.solidjs.com/anonymous/4f293905-4892-478a-b6ba-ad4dd5912df7 Click Make Indeterminate a few times, should be able to toggle on and off, doesnt work...