solid-docs
solid-docs copied to clipboard
Documentation: Broken example
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 or App
https://www.solidjs.com/tutorial/bindings_forward_refs
Steps to Reproduce the Bug or Issue
- Go to https://www.solidjs.com/tutorial/bindings_forward_refs
- See no animation is happening
- Edit Canvas.tsx line 4 to this:
return <canvas width="256" height="256" {...props} />; - See the animation playing correctly.
Expected behavior
Logo should have an animated background, but it is solid grey
Screenshots or Videos
No response
Platform
- Windows
- Chrome & Firefox
Additional context
No response