Wouter Henderickx
Wouter Henderickx
I encountered the same issue in a react project, implementing a snackbar-like component.
Checking `publicKey.rp.id` would be an improvement, but the problem goes a bit further than that. My specific use case requires the registration and authentication to happen on a different subdomain...
This would be great. Currently I'm having some issues combining auto animate with HTML5 drag and drop. As it seems like the library takes the element out of the flow...
It's probably not relevant anymore, but `LinkProps` broke for me in 1.17.5. It still worked in 1.17.4.
I think this is related to the second part of the issue I desribed in #444, a stackblitz example was included there as well.
@DannyvdSluijs I hadn't noticed the original exception wasn't being passed through, so that kind of gives me a way to handle this indeed. But it still requires me to handle...
I understand, is this something that can be implemented on the next major release when breaking changes are to be expected? I can work around it for now, but it...
Correct, only happens with React Compiler enabled. It's very much possible this is a bug in React Compiler. When this is the case, knowing the insides of the package might...