Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CampaignEditable generates a warning #1715

Closed
ragesoss opened this issue Feb 16, 2018 · 2 comments
Closed

CampaignEditable generates a warning #1715

ragesoss opened this issue Feb 16, 2018 · 2 comments
Assignees

Comments

@ragesoss
Copy link
Member

For CampaignEditable in edit mode, I get this console warning:

Warning: validateDOMNesting(...): <div> cannot appear as a child of <tbody>. See CampaignEditable > Popover > tbody > Select > div.
@psinghal20
Copy link
Contributor

@ragesoss The thing is we can not keep a div element as a child of a tbody element. It must always be a tr element and tr element can only have a td element as a child. The warning is due to rigid structure of table element in HTML.

@mauditecandela
Copy link
Contributor

@psinghal20 thanks for the hint. I will work on this today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants