-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typings error in configureStore #126
Comments
That sounds like some kind of a build configuration issue. Closing this for now. If you can come up with a project that reproduces the problem, leave a comment here and someone might be able to look at it. |
After upgrading the redux-starter-kit@0.5 version, there is no problem. It seems that this PR is fixed: 4da8c59 |
markerikson
pushed a commit
that referenced
this issue
Apr 20, 2021
markerikson
pushed a commit
that referenced
this issue
Apr 20, 2021
* docs: update comparison (#103) Adds "declarative" as an option for API definition for React Query. With v3, you can now configure all of your queries and mutations up front before calling them. * Add algolia config (#126) * use authorization instead of authentication (#128) * run tests on PRs * Link directly to #redux on Reactiflux (#127) Co-authored-by: Matt Sutkowski <msutkowski@gmail.com> Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com> Co-authored-by: Matt Sutkowski <msutkowski@gmail.com> Co-authored-by: Nick McCurdy <nick@nickmccurdy.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I receive the error below after installing
redux-starter-kit@0.4.3
with TypeScript 3.3. It appers even if don't make anyimport
s ofredux-starter-kit
.tsconfig.json
:The text was updated successfully, but these errors were encountered: