-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
BUGSomething isn't workingSomething isn't working
Description
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:
- Go to https://jsfiddle.net/ope5y79f/1/
- Click on the button
- See error
Expected behavior
Should be able to call async methods
Actual behavior
Async functions are stringified
Screenshots
Desktop (please complete the following information):
- Browser chrome
- Version 117.0.5938.149 (Official Build) (arm64)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGSomething isn't workingSomething isn't working