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

Code that powers the SolidJS.com platform.

Results 53 solid-site issues
Sort by recently updated
recently updated
newest added

There's no transitions shown when clicking either of the buttons in both FF and Chrome latest.

Link: [CssAnimations](https://www.solidjs.com/examples/cssanimations) Line: `import { Transition, TransitionGroup } from "solid-transition-group";` Cannot find module 'solid-transition-group' or its corresponding type declarations.

### Describe the bug Navigate to the CSS Animations example and it won't render anything because it crashes with the following error: ``` eruda:8 Console was cleared eruda:8 TypeError: Cannot...

### Describe the bug css animaion example on solidjs site is broken ### Your Example Website or App https://www.solidjs.com/examples/cssanimations ### Steps to Reproduce the Bug or Issue 1. go to...

I am not sure if this is an issue or if it is supposed to look like this, but for me is really confusing. Some pages show a right code...

I was going through the tutorial of ErrorBoundary: https://www.solidjs.com/tutorial/flow_error_boundary but couldn't get `ErrorBoundary` to work. However the same code works in playground: ```javascript import { render } from "solid-js/web"; import...

I have deleted localStorage, still not working. examples/todos: * Cannot read properties of undefined (reading "title") examples/simpletodoshyperscript: * Second Insert and Second Delete does not update the screen. * LocalStorage...

https://www.solidjs.com/examples/counter **Suggested Change:** ``` Counter A simple standard counter example ``` **To Just:** ``` Counter A simple counter ``` **Reasoning:** - Keep it clean and simple . Additionally, "counter example"...

When you move from one tutorial page to another, the scroll position stays put. This is more than annoying when going through the tutorial. Looks like the code to fix...

This will probably be a long standing issue, but at some point we should probably decide on a component library and start using it to increase accessibility.