-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
autoload={true}
doesn't call asyncOptions
handler
#279
Comments
After investigation, (linked to #201 fix) |
Okey this is a ReactJS bug, facebook/react#1740 |
PR submitted |
+1 I'm having the same issue here |
Same issue and not using ES6/7. PR fixes the issue. |
calling |
Code example:
(NOTE: I use ES7 async/await into
this._getOptions
)The text was updated successfully, but these errors were encountered: