Julien Cavaleiro
Julien Cavaleiro
Hello, I think keeping "oldValue" is reasonable if any other key is compatible with json-patch. One other way would be to expose a patch and a reverse patch, so you...
I'm going to play with microdiff and json-patch soon by transforming the result to a patch. Do you have a branch with json-patch? I might play with microdiff locally and...
Oh i missed that one, I can work on that based on this reproduction bug repository: https://github.com/Julienng/csp-next-and-react-aria-components-provider
@snowystinger I've added the example project. It matches with the `next-app` but with CSP By testing it, I noticed hydration error with CSP because the browser remove nonce parameter from...
Oh yeah, I had to `yarn build` before for the example to work. I don't know if this is expected (from the monorepo perspective)?