g-otn
g-otn
Try this workaround: https://github.com/phw/peek/issues/1140#issuecomment-1292302320
I'm using: - `jest` 29.7.0 - `ts-jest` 29.1.1 - `typescript` 5.0.2 - `@azure/msal-browser` 3.13.0 - `@azure/msal-react` 2.0.15 In _my_ case I had to do _two_ things: - Change the `ts-jest`...
I'm facing the same problem. Using: - `react-native-mmkv`: `2.12.2` - `@dev-plugins/react-native-mmkv`: `0.0.1` - `expo`: `51.0.38` - `react-native`: `0.74.5`
I believe it has to do with the dev-plugin using `getString` always: https://github.com/expo/dev-plugins/blob/abe7bad6d4511fab274402c7f10c067fd3e78321/packages/react-native-mmkv/src/useMMKVDevTools.ts#L62 I don't think `react-native-mmkv` provides a way to retrieve the type of the value you stored (string,...
I've created a patch using [patch-package](https://www.npmjs.com/package/patch-package) as a workaround. It seems to properly display string, numbers and booleans. However displaying `Uint8Array` values and editing values other than strings don't work...
I'm having the same issue when using [thijsvanloef/palworld-server-docker](https://github.com/thijsvanloef/palworld-server-docker) with DepotDownloader enabled.
In the meanwhile, https://github.com/IjzerenHein/react-native-shared-element might work for some people
This would be very useful for example to use something like `babel-plugin-import` to replace usage of lodash from dependencies (inside `node_modules`)
`lerna create` is not very useful for my monorepo currently because I have to: - Modify `package.json` fields such as `files`, `scripts` manually - Copy and paste common files to...