nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
38 stars 11 forks source link

Bug fix: builtin only chips keep resetting on firefox #345

Closed netalondon closed 3 weeks ago

netalondon commented 3 weeks ago

Bug report from Coursera forum: Screenshot from 2024-06-05 17-36-54

Explanation: the removed reset caused the useEffect in https://github.com/nand2tetris/web-ide/blob/main/web/src/pages/chip.tsx#L94 to loop indefinitely.