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 just installed this to my Next JS typescript project to test it out. Following the basic instructions in the React-Chat folder I'm getting an import error on multiple components on the react import:
import * as Xe from "react";
^^^^^^
SyntaxError: Cannot use import statement outside a module
I'm using
node version 18.16.0
Typescript v5.1.3
React v18.2.0
My library is configured to use "node" module resolution. Here is the ts.config:
Hi,
I've just installed this to my Next JS typescript project to test it out. Following the basic instructions in the React-Chat folder I'm getting an import error on multiple components on the react import:
I'm using
My library is configured to use "node" module resolution. Here is the ts.config: