Xavier Balloy
Xavier Balloy
**Problem addressed** `react-virtual-list` package causes error when bundled using webpack 5. Simply adding `import VirtualList from 'react-virtual-list'` to any file produces the following error: ``` Uncaught ReferenceError: arguments is not...
**Currently** `npm run dev` do not watch change on style and the only way is to use `npm run style` to regenerate style. **Expected** `npm run dev` watch change on...
In `withInput.js` we override the default event for onChange so we don't have to deal with `event.target.value` and `event.target.id`. However when we want to use `onBlur` on the same input...
We have fixed the version of [Bootstrap to 4.3.1](https://github.com/twbs/bootstrap/releases/tag/v4.3.1) because the new version broke our CSS (see #764) We should update our CSS to work with the latest version of...
I used the [Getting started](https://github.com/AxaGuilDEv/react-toolkit#getting-started) to display a component without importing all the style of the toolkit. This behavior can be reproduced on almost all components. **Expected** **Actual** To make...
Implements standard-schema. Fixes #3078
### Runtime node.js ### Runtime version 22.16.0 (LTS) ### Module version 17.13.3 ### Used with _No response_ ### Any other relevant information _No response_ ### What problem are you trying...