Marc Rousavy
Marc Rousavy
Also did you upload the logs you get in the window shown in [the Troubleshooting guide](https://nitro.margelo.com/docs/troubleshooting)
I haven't looked at your repro yet - but aren't you doing exactly the same as the `TestView.nitro.ts` in the example in the repo here? It's also just an enum...
Okay so 1. The upper bug seems unrelated, maybe a npm/bun issue 2. I will take a look at optional enums - usually (in native languages) you'd want to avoid...
Hey - I think I fixed this in https://github.com/mrousavy/nitro/pull/679 - can you check if this works?
Hey - closing since I think this is fixed. Lmk if you encounter this issue again!
Thanks for your PR, nice catch! Question; can we also instead create a MMKV.mock.ts file? Or similar?
bump @CorentinAndre
I appreciate the PR, but you added a package-lock.json which clearly can't be right. MMKV uses Bun or Yarn. Also, I don't think this should be patched into MMKV.ts, this...
You just provide a thin wrapper that only does types. Your implementation doesn't do anything else, no JS logic as far as I can see. So users would call `new...