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
{{ message }}
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.
...the resulting error message is confusing and doesn't help very much in letting you know what is wrong:
roc:react-render Fetching error +247ms Error: Invariant Violation: Could not find "store" in either the context or props of "Connect(AddTodoImpl)". Either wrap the root component in a <Provider> , or explicitly pass "store" as a prop to "Connect(AddTodoImpl)".
It would be great if this package (or Roc) could instead point out that file couldn't be found at all.
The text was updated successfully, but these errors were encountered:
The thing to think about when implementing this is to only warn when a custom path has been provided, since we want it to fail silently when the default path can't be resolved.
If one accidentally specifies a path for the
reducers
setting that doesn't exist, e.g:...the resulting error message is confusing and doesn't help very much in letting you know what is wrong:
It would be great if this package (or Roc) could instead point out that file couldn't be found at all.
The text was updated successfully, but these errors were encountered: