You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. See App > p > ... > Print > div. /:44:9
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. See App > p > ... > Print > Graph > div. /:44:9
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. See App > p > ... > Print > Graph > Columns > div. /:44:9
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. See App > p > ... > Print > Graph > Columns > Inputs > div. /:44:9
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. See App > p > ... > Print > Graph > Columns > Inputs > Input > div. /:44:9
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. See App > p > ... > Print > Graph > Grid > div.`
I repaired on with replace return(
) with return(null) but others i cant. So what i have to do ?
The text was updated successfully, but these errors were encountered:
This is a constraint of browsers. You should use div or article or something like that in the render method of App because that way you can put whatever you like inside it. Paragraph tags are limited to only containing a limited set of tags (mostly tags for formatting text. You cannot have a div inside a paragraph
* feat(react-scripts/prod): use new uglifyJsPlugin for ES6 support
this closesfacebook#21, facebook#158, facebook#248
* feat(react-scripts/prod): execute uglify plugin parallel + enable caching
lockbot
locked and limited conversation to collaborators
Jan 23, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, i am getting a lot of errors -
I repaired on with replace return(
) with return(null) but others i cant. So what i have to do ?The text was updated successfully, but these errors were encountered: