Closed charlestbell closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.
I'm finding the documentation very hard to follow. A few quality of life things that would be nice
Make the documentation consistent. For example, you have:
And const networkMiddleware = createNetworkMiddleware({ queueReleaseThrottle: 200, });
And it's really unclear if "config:" is necessary. Also what is ": ReduxMiddleware" there for? Typo?
RegExp = /FETCH.*REQUEST/, // throws an error Warning: Failed prop type: RegExp is not a function. (evaluating 'propValue instanceof RegExp')
The regex matcher is listed under the PO config, and not under the Thunk config. Does that mean that the Thunk config does not use a regex matcher? Its not clear.