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

Documentation: Broken example

Open rcoopr opened this issue 3 years ago • 0 comments

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

  1. Go to https://www.solidjs.com/tutorial/bindings_forward_refs
  2. See no animation is happening
  3. Edit Canvas.tsx line 4 to this: return <canvas width="256" height="256" {...props} />;
  4. 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

rcoopr avatar May 20 '22 12:05 rcoopr