Christophe Wagner
Christophe Wagner
`babel-plugin-rewire` is not working with jest for me, because of `babel-plugin-jest-hoist`. ``` babel-plugin-jest-hoist: The module factory of `jest.mock()` is not allowed to reference any out-of-scope variables. Invalid variable access: _get__...
`useEtherBalance` never seems to update the balance. The problem is there is a Transfer button in my app, which then should decrease the displayed balance once done. What is the...
I'm still new to react native but shouldn't `TouchableOpacity` have the style `flex: 1`? https://github.com/moschan/react-native-flip-card/blob/master/lib/FlipCard.js#L164 My cards are not showing right now (Unless I set `clickable={false})` or I apply `alignItems:...
I'm used to touch-typing, but CapsLock requires me to put my fingers in awkward positions to execute each shortcut, so I'm open to any tips. Let's say I want to...
`````` renders 52.0 which is wrong in my opinion, it should be 52, without decimals. https://codesandbox.io/p/sandbox/decimalscale-demo-forked-7zky75 Related to `maximumFractionDigits` mentioned in https://github.com/s-yadav/react-number-format/pull/752
I fixed an issue in the docs for styling with cursor. It prevented the context menu (paste menu) from opening on iOS, when pressing the selected input (the one with...
### Describe the bug There are no typescript errors but every time I start my vite server, it crashes after a few hmr updates. All I see is this: ```...
Hi, does it work with React Router 7?
Since `@vercel/react-router` causes the server bundle to be built in `build/server/nodejs-xxx/index.js`, the `start` command in package.json (`"start": "react-router-serve ./build/server/index.js"`) cannot run: `Error: Cannot find module '.../build/server/index.js' imported from .../node_modules/@react-router/serve/dist/cli.js` It's...