-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Do you want to request a feature or report a bug?
Yes
What is the current behavior?
I got on https://react-redux.js.org/api most likely from a DDG search or somebody linking it in SO or something. Documentation lists createProvider which we were using but was removed since version 6 or so, however label on top shows version 7.1 so it was very confusing that API documentation is outdated and there are no references to createProvider in documentation source
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to a CodeSandbox (https://codesandbox.io/s/new) or RN Snack (https://snack.expo.io/) example below:
- Open up https://react-redux.js.org/api#createprovider
- See version at top say "7.1"
- Try to use
createProvider- it's gone - (optional) Look all over source code for it to see if it was removed and why documentation lists it and if removal was intended or accident or what
- (optional) Make this bug report
What is the expected behavior?
https://react-redux.js.org/api redirects to most recent documentation or gives 404 or updated to reflect recent changes or show correct version.
Which versions of React, ReactDOM/React Native, Redux, and React Redux are you using? Which browser and OS are affected by this issue? Did this work in previous versions of React Redux?
Firefox.