Ms. Boba
Ms. Boba
I understand this is more complicated than it might seem at first glance. What I'm proposing is not to tackle this generically, but to start with a more manageable intermediate...
It's great that some of the logic can be deferred to the library underneath! `node-openid-client` is a great tool. For the "multiple requests at the same time" problem and the...
Thank you so much for you help! Will follow up with them and hopefully we can get 3.1 working :)
Absolutely! Here it is https://github.com/ajv-validator/ajv/issues/1745
> @essential-randomness : see also: https://github.com/seriousme/openapi-schema-validator ;-) Oh I use this! (Thanks for making it) Fairly sure it doesn't catch everything though. I've had to use 2-3 different validators to...
Had the same problem and did a bit more investigating. This started happening after I upgraded to the latest Next (10.0.6) from Next 9.9.4 . Even after downgrading, however, the...
I asked the OpenAPI folks for help and they provided a minimal reproduction: **schema** ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "schema": { "$dynamicRef": "#meta" } }, "unevaluatedProperties": false,...
> Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task. Has...
Indeed. Can confirm the code for this PR is there on `2.0.0-beta.194`, where I'm seeing the issue above.
Was having one small problem with @Regaddi 's solution (which, this aside, works perfectly): **history** itself needs to also export location, so: ```javascript const history = useMemo( () => ({...