Files
Flowise/packages
Humberto Rodríguez A. 99cb8c32cb fix: warning when a non-boolean values was used to set checked prop of a SwitchInput component (#3276)
fix: warning when a non-boolean values was used to set`checked` prop of SwitchInput component

The problem was that in the useEffect hook the plain value was used without validation like in useState
2024-09-27 13:50:05 +01:00
..