plasmicapp / plasmic

Visual builder for React. Build apps, websites, and content. Integrate with your codebase.
https://www.plasmic.app
MIT License
4.78k stars 384 forks source link

Plasmic loader vue requires react #21

Open hamishjohnson opened 2 years ago

hamishjohnson commented 2 years ago

Screenshot 2021-11-20 at 00 03 00

I tried in both Vite and Vue cli to load plasmic but it won't work without also downloading react.

Then, when I did add react, I no longer had a build error but did received runtime error on requesting the page:

loader-react.esm.js?2a88:1536 Uncaught (in promise) Error: Unable to find components {location.pathname}
    at InternalPlasmicComponentLoader._callee3$ (loader-react.esm.js?2a88:1536)
    at tryCatch (loader-react.esm.js?2a88:309)
    at Generator.invoke [as _invoke] (loader-react.esm.js?2a88:526)
    at Generator.eval [as next] (loader-react.esm.js?2a88:362)
    at asyncGeneratorStep (loader-react.esm.js?2a88:11)
    at _next (loader-react.esm.js?2a88:33)
FMota0 commented 2 years ago

Hi @hamishjohnson thanks for you report, could you try with the 0.1.33 version ?