Closed dearlordylord closed 2 years ago
It seems only dependency changes are needed here to bump it to React 18.
(on the screenshot, React.version is printed)
Note: I had to change IProps export to export type cause some of the build scripts in package.json were complaining about it.
export type
fixes #63
@Firfi thank you for your contribution
It seems only dependency changes are needed here to bump it to React 18.
(on the screenshot, React.version is printed)
Note: I had to change IProps export to
export type
cause some of the build scripts in package.json were complaining about it.fixes #63