🐛(react) fix props not recognized on the input element

The props propagation was adding unknown props to the input element,
which was causing an error warning to be displayed in the console.
This commit is contained in:
Anthony Le Courric
2023-09-11 11:40:15 +02:00
committed by Anthony LC
parent 8086a48672
commit c7000f37d2
9 changed files with 190 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
fix props not recognized on the input element