Clément

Results 7 comments of Clément

@pedronauck Hi, any reluctance in pulling this?

Nope, we don't really use this feature right now (it's kinda buried in the console...) so I did not have time to dedicate to this.

Thank you for your quick answer. I think the most important bit is [CORS preflight](https://github.com/troygoode/node-cors#enabling-cors-pre-flight) (at least for http -> https redirect).

Sorry, I was wrong, I think preflight has nothing to do with http to https redirect.

After looking at the code, seems like the commit https://github.com/colinhacks/zod/commit/0ce88be33d4b29ea5026f18e0ca97957cbb02cda that introduces `.catch` is simply not yet released :)

```patch diff --git a/dist/Utility.js b/dist/Utility.js index 35c6c1de3708a82f6453e871c25795d6249e8746..2cd6009a69fd8d5e154ffb097c8e460250b3cb80 100644 --- a/dist/Utility.js +++ b/dist/Utility.js @@ -39,8 +39,8 @@ import { Placement, Rect, Size } from './Types'; import { DEFAULT_ARROW_SIZE, DEFAULT_BORDER_RADIUS } from...

After mocking the UIManager (thanks to @myou11 & @tysoc1222) I still ran into the ref.current being null problem. Adding `jest.useFakeTimers();` before the render and `jest.clearAllTimers();` at the end of my...