Handle React warnings regarding non-DOM properties #46
Labels
Good First Issue
Suitable for first-time contributors
Hacktoberfest
Help Wanted
Community help wanted
Tech/ReactJS
Type/Task
A general task
Up For Grabs
Ready for help from the community. Removed when someone volunteers
There are warnings being printed to the console in the browser when running
/confluence subscribe
, like the following:Warning: React does not recognize the `addValidation` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `addvalidation` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
There are some properties being passed to DOM elements that are part of the plugin's logic, that are not supported by the native DOM elements. The task here is to avoid sending these props to the DOM elements.
The text was updated successfully, but these errors were encountered: