You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing an async function results in the function being stringified. It should be usable as a function. Link to example demonstrating the issue: https://jsfiddle.net/ope5y79f/1/
Bug report
Link to a working example, because we pass a function that is synchronous: https://jsfiddle.net/k3prLfcd/
Passing an async function results in the function being stringified. It should be usable as a function. Link to example demonstrating the issue: https://jsfiddle.net/ope5y79f/1/
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be able to call async methods
Actual behavior
Async functions are stringified
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: