Skip to content

Commit

Permalink
AuthScreen types: Make LinkingEvent explicitly inexact.
Browse files Browse the repository at this point in the history
An instance of #3452.
  • Loading branch information
chrisbobbe committed Mar 10, 2021
1 parent b735bcb commit 27fc2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/start/AuthScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ let otp = '';
*/
type LinkingEvent = {
url: string,
...
};

class AuthScreen extends PureComponent<Props> {
Expand Down

0 comments on commit 27fc2a1

Please sign in to comment.