Sean Templeton
Sean Templeton
@BC-krasnoshapka Does that mean you wouldn’t accept PRs to move it towards typescript?
Same issue, same platform. Added custom resolution, no change
Any updates on this? This would be a huge efficiency upgrade for our team. We constantly have the need to nuke our node modules, and with our mono repo, we...
@zaldih Got to use the update for the first time, and it's a nice improvement. One thing I didn't think to clarify, would there be a way to either not...
Chiming in on this, we are having a similar issue. We are running react on our main document, but then portaling into an iframe some other react components, including some...
I would start a PR that adds a failing test for this, but I this repository doesn't have type testing. That might be useful.
Quick question, is there a reason not to just use `type-fest`'s `CamelCasedPropertiesDeep`? seems redundant to have the same type. This library could just be the function to camelcase the properties...
This is happening to us as well, causing all our payloads to fail
Just had some help in discord that explained this to me. The problem with this example is that the component is being unmounted/mounted whenever the request is made. Errors won't...
I'm having an issue similar to @Paolino95 where during build time, vite is trying to handle the `new Worker(new URL("./worker.js", import.meta.url), {type: "module" })` line of code, when I can't...