Reporting a bug or issue
Making code changes while on Symbols page breaks the build
Expected behavior:
Making changes to the code would reflect them in Sketch regardless of which page is being browsed, as is the case with all the other examples.
How to reproduce:
Go to symbols example and run it using npm run render. This renders "Page 1" correctly
Switch page from "Page 1" to "Symbols" in Sketch
Make any code change to the component file(s) while on "Symbols" page and save the file
Causes a build error, from which one cannot recover unless going back to "Page 1". The error:
Error: Cannot render into Symbols page
at render (/Users/XXX/sketchapp/react-sketchapp/examples/symbols/symbols.sketchplugin/Contents/Sketch/my-command.js:4010:16)
at /Users/XXX/sketchapp/react-sketchapp/examples/symbols/symbols.sketchplugin/Contents/Sketch/my-command.js:8600:30
at __skpm_run (/Users/XXX/sketchapp/react-sketchapp/examples/symbols/symbols.sketchplugin/Contents/Sketch/my-command.js:50505:17)
at __skpm_run[native code] (/)
I am...
Reporting a bug or issue Making code changes while on Symbols page breaks the build
Expected behavior: Making changes to the code would reflect them in Sketch regardless of which page is being browsed, as is the case with all the other examples.
How to reproduce:
symbols
example and run it usingnpm run render
. This renders "Page 1" correctlySketch version: Version 58 (84663)