Closed dwene closed 1 year ago
The current way of running everything with key[obj] === function and setting the value is breaking plugins that require you to pass functions.
key[obj] === function
Now we only await promises, not all functions.
seams reasonable to me 💪 thanks man
Can I get you to update the test accordingly please?
@dwene any news?
The current way of running everything with
key[obj] === function
and setting the value is breaking plugins that require you to pass functions.Now we only await promises, not all functions.