Results 10 comments of DouglasDev

Personally, I wouldn't consider this a minor bug. Why? The beginning of the docs tell us: > Vite (French word for "quick", pronounced /vit/, like "veet") is a build tool...

@sapphi-red > I was not able to reproduce. Editing class components caused a full reload properly for me. I tested the components below. Would you create a reproduction or add...

I think the current api is good. I have an app where a user can enter any video url so it would be good if react player could automatically figure...

@cookpete Haven't had time to write a fix but I think the issue is that vite uses native ESM imports whereas ReactPlayer appears to use ESM in the source code...

I would really like this feature added as it would greatly improve my daily work flow. I'm assuming this isn't being worked on any more? If so, would it be...

@borela Please I would like to help. Just need some guidance. Thanks.

I wasted an entire day trying to fix a bug, which turned out to be a single character in the file name of a single import having the wrong case.

@patak-dev @sapphi-red I tried updating my packages to the latest version and I'm still seeing this bug occur. Did either of you test that my fix worked? I wasn't able...

@sapphi-red If you can give me some guidance as to how to test the react plugin in development, I can try to write a fix.

The AppendGuidToSavedMappingFile setting only works when used with the global ProxyAndRecordSettings on WireMockServerSettings, not when used in local .WithProxy(...) calls per mapping. This is why you're seeing the GUID appended...