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
fix: replace inline type modifiers with export type block in index.tsx
rollup-plugin-typescript2 with rollup v3 cannot parse the inline `type`
modifier in named export lists (e.g. `export { type Foo }`), a TypeScript
4.5 syntax. Replace all inline type modifiers with a separate
`export type { }` statement which is supported since TypeScript 3.8.
0 commit comments