Michal Kurz
Michal Kurz
I experience a ~500 ms delay between `toast.isActive(id)` becoming false, and `options.onClose` callback triggering (onClose triggers second), this seems to be highly related. I made a workaround that tracks the...
@laurent22 I'm running into the same problem, did you manage to get around this?
@laurent22 Thank you so much for such quick reply! What do you mean by it's pretty much broken? Do you mean just this issue, or other issues, too? Unfortunately we...
I got somewhere. Take it with a grain of salt though, as I might have easily missed something :) The problem appears when multi-character unicode emojis get broken up into...
@laurent22 Ok, I've come a long way since my last post. I found out much work was devoted to this problem in the official Google's repo (this repo is just...
@epicfaace I have no idea, I haven't compared the code at all. But I suppose [this part of migration docs](https://react-jsonschema-form.readthedocs.io/en/latest/3.x%20upgrade%20guide/#dereferenced-schemas-for-anyofallof-options) might have something to do with it.
@ksbrar Unfortunately not, we're running on v2 for this reason, because this is critical for us.
@dmsnell Thank you so much for all the work you've put into this accross all the threads! I initially tried fixing this myself, and you helped me realize my approach...
@dmsnell Thank you! I made a PR to your branch. Unfortunately there are some unwanted changes in whitespaces comming with it - I spent the last 25 minutes failing to...
@dmsnell Solved, I ended up soft-resetting, re-commiting only the desired lines and force-pushing the result. And yes, I did mess up the mention tag, also fixed.