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
The docs say that ReactPerformance.createNotifier() returns a "middleware", but it actually creates a Redux store enhancer instead, which is why it needs to be passed to compose() instead of passed to applyMiddleware(). This should be fixed for clarity.
The text was updated successfully, but these errors were encountered:
The docs say that
ReactPerformance.createNotifier()
returns a "middleware", but it actually creates a Redux store enhancer instead, which is why it needs to be passed tocompose()
instead of passed toapplyMiddleware()
. This should be fixed for clarity.The text was updated successfully, but these errors were encountered: