klendi / react-top-loading-bar

A very simple, highly customisable youtube-like react loader component.
https://klendi.github.io/react-top-loading-bar/
MIT License
708 stars 60 forks source link

Bump to React 18 #64

Closed dearlordylord closed 2 years ago

dearlordylord commented 2 years ago

It seems only dependency changes are needed here to bump it to React 18.

Screenshot 2022-05-21 at 2 23 22 AM

(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

klendi commented 2 years ago

@Firfi thank you for your contribution