We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6725400 commit 2eac861Copy full SHA for 2eac861
src/hooks/useSelector.js
@@ -57,7 +57,7 @@ function useSelectorWithStoreAndSubscription(
57
selectedState = latestSelectedState.current
58
}
59
} catch (err) {
60
- let errorMessage = `An error occured while selecting the store state: ${err.message}.`
+ let errorMessage = `An error occurred while selecting the store state: ${err.message}.`
61
62
if (latestSubscriptionCallbackError.current) {
63
errorMessage += `\nThe error may be correlated with this previous error:\n${latestSubscriptionCallbackError.current.stack}\n\nOriginal stack trace:`
0 commit comments