Describe the bug
Looks like this package has peer dependency react@16.14.0, I'm using 17.0.2.
To Reproduce
Steps to reproduce the behavior:
- Create a new project with
npx create-react-app
npm install react-preloaders
npm run
- Import and add any preloader eg
<Cube/> to your app's root
- Visit
localhost:3000
Expected behavior
The app starts with the preloader visible.
Observed behaviour
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
Screenshots

Desktop (please complete the following information):
n/a
Smartphone (please complete the following information):
n/a
Additional context
Apologies if I'm missing something here.
Describe the bug
Looks like this package has peer dependency react@16.14.0, I'm using 17.0.2.
To Reproduce
Steps to reproduce the behavior:
npx create-react-appnpm install react-preloadersnpm run<Cube/>to your app's rootlocalhost:3000Expected behavior
The app starts with the preloader visible.
Observed behaviour
Screenshots

Desktop (please complete the following information):
n/a
Smartphone (please complete the following information):
n/a
Additional context
Apologies if I'm missing something here.