solid-docs icon indicating copy to clipboard operation
solid-docs copied to clipboard

Cumulative documentation for SolidJS and related packages.

Results 55 solid-docs issues
Sort by recently updated
recently updated
newest added

- https://www.solidjs.com/tutorial/props_children?solved - `colored-list.tsx` ``` Property 'forEach' does not exist on type 'Element'. Property 'forEach' does not exist on type 'number'.(2339) ```

tutorial

On this page: https://www.solidjs.com/tutorial/stores_createstore In the lesson text https://github.com/solidjs/solid-docs/blob/main/langs/en/tutorials/stores_createstore/lesson.md There is a step missing: Update `` to use the store: `` The Solve button shows the correct solution. Second issue:...

tutorial

![image](https://user-images.githubusercontent.com/31664438/159645312-7d4c9d24-2278-469d-9fbd-9ca8cc85a3a4.png) it say undefined , my current language is indonesian

bug
documentation
internationalization

### Describe the bug On the binding/forwarding refs tutorials page the canvas does not animate. The props recieved in `canvas.tsx` are not spread to the component ### Your Example Website...

bug
tutorial

### Describe the bug 1. Go to https://www.solidjs.com/tutorial/props_defaults 2. Click on "greetings.tsx" in the code editor 3. Click on next lesson (it will navigate you to Splitting Props lesson) Now...

bug
tutorial

@ryansolid mentioned that there are some gotchas with mutables, and we should document them. They [aren't mentioned](https://www.solidjs.com/docs/latest/api#createmutable). From [discord](https://discord.com/channels/722131463138705510/722131463889223772/978719976007557170): > there are just so many more considerations mutables bring and...

documentation

Example: https://www.solidjs.com/tutorial/stores_immutable?solved Only the file `main.jsx` contains JSX, all other files don't but still have the extension .jsx and not just .js I would suggest to use `.jsx` only where...

enhancement
tutorial

Conversation from https://discord.com/channels/722131463138705510/722131463889223772/967330684630863902 One thing missing from the docs is an example that blows React dev's minds. Basically an example that shows the impossibilities of React, and why Solid is...

documentation
enhancement

Describe the bug typo in https://github.com/solidjs/solid-docs/blob/c8c8f181410ee5aebe072fa528d7a2c8e12d7b1d/langs/ru/tutorials/introduction_derived/lesson.md maybe "ьь" should be "их" Your Example Website or App . Steps to Reproduce the Bug or Issue 1 Expected behavior . Screenshots or...

internationalization
tutorial

Yesterday I was presenting solid to some friends and I could see several differences between the documentation in Portuguese and in English. Normally I wouldn't notice this, I changed the...

documentation
internationalization