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
The genType output of the compiler v12 differs from v11 for the jsx component. import type {element as Jsx_element} from './Jsx.gen.tsx'; statement occurs the runtime error as 'Module not found'
The genType output of the compiler v12 differs from v11 for the jsx component.
import type {element as Jsx_element} from './Jsx.gen.tsx';
statement occurs the runtime error as 'Module not found'v11
v12
The text was updated successfully, but these errors were encountered: