I am using electron-react-boilerplate with fabric native deps in renderer/folder. I installed it in release/app as instructed by docs. After I am facing fabric undefined err.
- I tried to send fabric from preload.ts as global
- passed through IPC from main to renderer
Both not worked. If I pass normal data's like string, obj , it is working.
I am using fabric related most functionality in renderer .
so how to handle these undefined err ?