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
Currently, v6 of this library monkey-patches a lot of native methods, which creates a bunch undesired items on the stack traces. I'd rather opt out of the scheduler and only batch things when I have a performance hit. Would you consider making this optional? Thanks!
The text was updated successfully, but these errors were encountered:
I will release a new version soon and try to figure out something for this. Sorry for the long silence, I was on holiday. Do you have a specific API in mind?
This didn't make it into the current release but I think we can add it to the next one (via an env var probably). The project is maintained by a team now 🙂
A reminder: the whole batching will be deleted once async React is released. (I don't know when that happens though).
Currently, v6 of this library monkey-patches a lot of native methods, which creates a bunch undesired items on the stack traces. I'd rather opt out of the scheduler and only batch things when I have a performance hit. Would you consider making this optional? Thanks!
The text was updated successfully, but these errors were encountered: