You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Nothing happened. I can see the onMount and loop functions being called (logs demonstrated that), but the putImageData is a no-op (which definitely doesn't make sense).
Similar issue here with Chrome Version 109.0.5414.75 (Official Build) (64-bit) :
When adding a console.log() at top of function loop() or onMount(() => { ... }), nothing appears in console.
Only adding a console.log() at top of App() makes it appear in console.
Describe the bug
I was running through the tutorial when I hit the bindings/refs segment:
https://www.solidjs.com/tutorial/bindings_refs?solved
Nothing happened. I can see the
onMount
andloop
functions being called (logs demonstrated that), but theputImageData
is a no-op (which definitely doesn't make sense).I tried this in both Chromium Edge and Firefox.
I'm on a Windows machine.
Your Example Website or App
https://www.solidjs.com/tutorial/bindings_refs?solved
Steps to Reproduce the Bug or Issue
Expected behavior
I expected to see something (anything really) rendered to the canvas. I haven't read the code carefully enough to know what I should be seeing.
Screenshots or Videos
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: