Skip to content
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

Refactor react-native tests to TS #7914

Merged
merged 3 commits into from
Jul 21, 2021
Merged

Refactor react-native tests to TS #7914

merged 3 commits into from
Jul 21, 2021

Conversation

chaance
Copy link
Collaborator

@chaance chaance commented Jul 21, 2021

Pretty straight forward I believe, but this should also improve some of the types we're exposing to consumers as well.

@@ -41,7 +41,7 @@
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-hooks": "next",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There is a bug in the latest stable eslint-plugin-react-hooks that causes an annoying error popup every time you write a useEffect in VS Code. This was fixed in the next release (details here). Watching for the next patch release to update the dependency here.

@mjackson mjackson merged commit 7f9f036 into dev Jul 21, 2021
@mjackson mjackson deleted the ts branch July 21, 2021 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants