Skip to content

Commit

Permalink
fix(types): temporarily disable types for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jun 22, 2020
1 parent 84d1a19 commit 8eec19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "tannerlinsley/react-query",
"homepage": "https://github.com/tannerlinsley/react-query#readme",
"main": "index.js",
"types": "types/index.d.ts",
"_temporarily_disabled_types": "types/index.d.ts",
"module": "dist/react-query.mjs",
"sideEffects": false,
"scripts": {
Expand Down

3 comments on commit 8eec19a

@kizivat
Copy link
Contributor

@kizivat kizivat commented on 8eec19a Jun 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But why? 😢

Edit: I just saw the note warning about this on the 2.0.0 release updates. I understand now.

@kizivat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could the motivation behind this be somehow related to what I tried to fix in PR #617 ?

@tannerlinsley
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kizivat Among many other types that are just not accurate yet. Keep contributing to the types if you can!

Please sign in to comment.