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
For example
<div> <a>1</a> </div>
is compiled to
React.createElement( 'div', null, React.createElement( 'a', null, "1" ) )
here is an unexpected token.
BTW I think it would be nice to update the report bug link at https://buble.surge.sh to this repo
The text was updated successfully, but these errors were encountered:
I've done the latter in bublejs/buble-demo#3.
Sorry, something went wrong.
16675bb
Merge pull request #47 from adrianheine/gh-46
660d863
Correctly handle nbsp (closes #46)
fixed in 0.18
No branches or pull requests
For example
is compiled to
here
is an unexpected token.BTW I think it would be nice to update the report bug link at https://buble.surge.sh to this repo
The text was updated successfully, but these errors were encountered: