We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have warning like this #text cannot appear as a child of <tbody> when run this simple app https://gist.github.com/meerfolk/c29d5d85983376fdde5fb623fd35ab23. In ReactDevTool a see this one http://prntscr.com/dul6pl
#text cannot appear as a child of <tbody>
haxe 3.4.0-rc1 react 1.1.2
The text was updated successfully, but these errors were encountered:
Oh... That's sneaky. You need to remove whitespace around ${renderEls()} for now.
${renderEls()}
Sorry, something went wrong.
Oh... thank's, in version 0.3.0 it work's fine, so i be used to code like in example ((
No no it has to be fixed!
No branches or pull requests
I have warning like this
#text cannot appear as a child of <tbody>
when run this simple app https://gist.github.com/meerfolk/c29d5d85983376fdde5fb623fd35ab23. In ReactDevTool a see this one http://prntscr.com/dul6plhaxe 3.4.0-rc1
react 1.1.2
The text was updated successfully, but these errors were encountered: