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
As a temporary fix (to unblock development), hardcoding the Node.js based SVG renderer for Sketch rendering works. The issue seems to be because of a Sketch private API change (graph property seems to be null).
I’ve published an experimental forked package to unblock this issue.
npm i react-sketchapp@npm:@elemental-zcash/react-sketchapp
Also, not sure if worth opening a new issue, but <Def> support seems to be broken with the SVG Node.js renderer, hence why I fixed the Sketch API renderer rather than using the Node.js one inside the Sketch environment.
I am...
| -------------------------------------------------------------------------------------------------
Expected behavior:
Should render an SVG
Observed behavior:
How to reproduce:
Sketch version:
85.1
Please attach screenshots, a zip file of your project, and/or a link to your github project
https://github.com/airbnb/react-sketchapp/tree/master/examples/basic-svg
The text was updated successfully, but these errors were encountered: