-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Hello! I have a problem with navigation, after route from one component to another.
After my app has loaded, I do an authorization check, then I route to another component.
componentWillMount() { this.props.Auth().then(() => { if (this.props.needSignUp) { this.props.history.push({pathname: '/signup/'}) } }) }
In the signup component, I have an Focusable elements
<div> <Focusable>Button-1</Focusable> <Focusable>Button-2</Focusable> </div>
When I trying to navigate this element, I get an error:
index.js:952 Uncaught TypeError: Cannot read property 'getNextFocusFrom' of undefined at Navigation.focusNext (index.js:952) at Navigation._this.onKeyDown (index.js:917)
What could be the reason?
Metadata
Metadata
Assignees
Labels
No labels