-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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-preloadersnpm 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
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.
Metadata
Metadata
Assignees
Labels
No labels
