Jean-Lou Piermé
Jean-Lou Piermé
### Issue and Steps to Reproduce When trying to use the package Button in a demo app with vite, I get the following error: ``` [plugin:vite:import-analysis] Failed to resolve import...
Since a lot of Axa applications are subscription apps, we are often in the need of a pricing table to display our premiums and coverages in a nicely formatted way....
**Describe the bug** Not a bug with the code, but with the content. You can blame it on @gcruchon he told me to write it here. **To Reproduce** Steps to...
## Related issue ### Description of the issue The outgoing type for HeaderRestitution was the base type and not the enhanced one with classModifier.  # Important Before creating a...
## Related issue ### Description of the issue So, even with an esm build, the bundlers were not able to tree-shake the `all` package. This is due most likely to...
Removed the HoC withinput on all primitive input components: - Checkbox - Date - Number - Pass - Radio - Select - MultiSelect - Text - TextArea BREAKING CHANGE: these...
After a chat with @arnaudforaison & @MartinWeb, we'll start writing stories MDX style, in order to make them easier to use and understand. Right now a lot of stories are...
### Issue and Steps to Reproduce When using the `Action` component with href, it is ignored and the link is always `#` Code to reproduce : ```tsx import "@axa-fr/react-toolkit-all/dist/style/af-toolkit-core.css"; import...
## Summary The WebApi.Sample uses both WebApi and MVC packages. ## Expected Behavior Have a sample for MVC, and a sample for WebApi. ## Context This is confusing when looking...