KaotoIO / kaoto

Next version of the UI of the Kaoto project
Apache License 2.0
22 stars 21 forks source link

fix(vscode): Remove isHidden warning from KaotoEditor component #1220

Closed lordrip closed 2 days ago

lordrip commented 4 days ago

Remove VSCode Kaoto warning

Warning: React does not recognize the `isHidden` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `ishidden` instead. If you accidentally passed it from a parent component, remove it from the DOM element.

image

fixes: https://github.com/KaotoIO/vscode-kaoto/issues/436

apupier commented 4 days ago

fixes KaotoIO/vscode-kaoto#436