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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
主应用使用的官方的 https://stackblitz.com/edit/garfish-demo?file=react-sub%2Fsrc%2FApp.js
子应用使用 vite
npm create vite@latest vite-vue -- --template vue
和npm create vite@latest vite-react -- --template react
新建了两个。按照官方的 https://www.garfishjs.org/guide/demo/vite 配置了子应用
vue main.js
react main.js
官方代码 main 修改如下
但是实际运行的时候报错
不管是vue还是react都会有这个错。如果是react,把子应用sandbox打开,则会出现
这个问题该怎么解决
Beta Was this translation helpful? Give feedback.
All reactions