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
Describe the bug
Looks like this package has peer dependency [email protected], 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.
The text was updated successfully, but these errors were encountered:
Describe the bug
Looks like this package has peer dependency [email protected], I'm using 17.0.2.
To Reproduce
Steps to reproduce the behavior:
npx create-react-app
npm install react-preloaders
npm run
<Cube/>
to your app's rootlocalhost:3000
Expected 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.
The text was updated successfully, but these errors were encountered: