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
I've made sure the reproduction is publicly accessible
Description of the issue
I added --include-lib in command, but I still get a error
import{lazily}from"react-lazily";import{Suspense}from"react";const{ Apple }=lazily(()=>import("./components.ts"));constC=lazily(()=>import("./components.ts"));functionApp(){return(<><Suspensefallback={null}><Apple/></Suspense><Suspensefallback={null}><C.Orange/></Suspense></>);}exportdefaultApp;
Prerequisites
Reproduction url
https://codesandbox.io/p/devbox/q3ykkh
Reproduction access
Description of the issue
I added --include-lib in command, but I still get a error
The text was updated successfully, but these errors were encountered: