Open CoderLLamaPhone opened 1 month ago
Suspected to be an error thrown by TabLabel.jsx
This happens when there are HTML elements nested in ways the DOM doesn't approve of, e.g. a
To fix it, just inspect in the browser and find where the improper nesting is, then track down which React component is doing it.
This specific instance is probably because the Tab from the component library already uses a button, and there may be another button placed in the TabLabel.
All that being said, this is just a warning, so you can safely ignore it.
Upon opening a SynBioSuite panel (specifically the Analyses editor) , the web console will output the following error:
validateDOMNesting(...):