jer3m01
jer3m01
Instead of ```js if ( libraryData().userSettings.roundedBorders == undefined || libraryData().userSettings.roundedBorders == true ) { setRoundedBorders(true); } else { setRoundedBorders(false); } if ( libraryData().userSettings.gameTitle == undefined || libraryData().userSettings.gameTitle == true )...
Instead of writing your signals in a file and importing all of them (including setting defaults in App.jsx) create a context and a provider to handle defaults. Instead of: ```js...
Instead of writing the data to system yourself, you can use `@solid-primitives/filesystem` to make a wrapper to `tauri fs`. Once your `libraryData` is reactive (i.e. using a store from #6...
### 📚 Subject area/topic Reference ### 📋 Page(s) affected (or suggested, for new content) https://docs.solidjs.com/reference/components/portal ### 📋 Description of content that is out-of-date or incorrect > [...] and `isSVG` is...
### 📚 Subject area/topic Learn ### 📋 Page(s) affected (or suggested, for new content) all pages ### 📋 Description of content that is out-of-date or incorrect Every first occurrence of...
### 📝 Issue Description When opening a link through Orama search it appends the first title of the page to the link: `https://docs.solidjs.com/reference/components/switch-and-match#lessswitchgreater-lessmatchgreater` `#lessswitchgreater-lessmatchgreater` does not exist on the page....
fixes #425 fixes #412 fixes #413 fixes: #438 fixes #453 fixes: #454
Kobalte's combobox only clears the input when given a value of null, but this conflicts with the fact that combobox expects a value of type `Option | undefined`, and not...