Xavier Balloy
Xavier Balloy
As it is unlikely that is PR is merge due to no activity on the repository you can use `patch-package` to fix it on your project. 1. Install [patch-package](https://www.npmjs.com/package/patch-package) 2....
I would say that components must have their own style because currently you **must** have a dependency on your component, core and all to make it work. But we could...
Yes it's a big breaking change, we'll need to bump the major of the toolkit for this one. If we finish the TypeScript migration of the form package it will...
Good idea, I added a `Type: Discussion` label. To communicate asynchronously the best way is to use the Github issues as many open source project.
I'm not sure that adding a new way to communicate will improve it, on the contrary some channel will probably never receive any answer. Furthermore, if everything is here we...
We need to list the pros and cons of changing our css framework. Removing Bootstrap may be a breaking change for the user.
Bonne idée ! Nos tests ne sont pas suffisament bien écrits pour que l'on ait confiance que rien ne soit cassé quand on fait une modif. Avoir un test de...
Go for it :)
In case some people were wondering on how to do it, here some example of tests using react-testing-library #785 #800 #802
Actuellement on a (de manière un peu simplifiée) : Il faut que le composant ait le classModifier pour que le HOC puisse l'utiliser. ``` type MyComponentProps = {} & WithClassModifierOptions;...