-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated usage of
this.refs
in Home.tsx
.
This replaces usage of `this.refs` with the `createRef` API as recommneded here: https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs. I haven't meansured it yet, but this might also help improve modal performance. See: facebook/react#8333 (comment)
- Loading branch information
CypherPoet
authored and
CypherPoet
committed
Sep 16, 2020
1 parent
560520e
commit 1587693
Showing
4 changed files
with
153 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.