Mark Erikson
Mark Erikson
For the record, I was able to make this work with a Next.js app that is providing the iframe, with these changes: **$NEXT_PROJECT/public/js/enableReactDevtoolsIframe.js** ```js // The React DevTools do not...
I'm not sure. I've never used RN myself. Given that Cesium _should_ run on the browser of most phones, I would imagine it's possible to load Cesium in some kind...
Hmm. This sounds odd at a couple levels. If you look at the commit logs, b55dbd5 adds the scripts to create the Cesium DLL bundle, but doesn't actually modify the...
The `build` folder should be created every time you run CRA's `npm run build` command, and will include all the normal JS app bundle output. The changes in 902ba044 should...
I hate to be the one that goes "bump!", but I'm currently trying out Notepad2e, Notepad3, and this Notepad2 fork, as potential replacements for Notepad2-mod. The main languages I am...
Whoops, missed that issue :) Thank you!
Yep, I can verify that I've seen this same behavior in my app. Required some restructuring to get around it. Pretty sure the issue is this logic here: https://github.com/wsmd/react-use-form-state/blob/16df9001b6e390fa0957b09979e2bd39d41c3862/src/useFormState.js#L206-L223 When...
@wsmd : thanks for the detailed technical explanation! In my specific case, we've got a parent component that shows one child form at a time, but the specific form it's...
But that kinda defeats the purpose of this library in the first place :( Much of the selling point is "being able to spread props for this field on an...
Yep, would love to see this merged!