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
Since the HTML syntax is violated, this should be a bug.
I'm using react-rnd 9.1.2, but this still happens with lastest (10.1.1) version on every browser.
This issue is not a duplicate.
There're some div tags that are rendered inside span tag. A block-level element shouldn't place inside an inline element.
This bug is easily see on every demo of react-rnd. For example, Story book:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since the HTML syntax is violated, this should be a bug.
Overview of the problem
I'm using react-rnd 9.1.2, but this still happens with lastest (10.1.1) version on every browser.
This issue is not a duplicate.
Reproduced project
There're some div tags that are rendered inside span tag.
A block-level element shouldn't place inside an inline element.
This bug is easily see on every demo of react-rnd.
![image](https://user-images.githubusercontent.com/45251114/69030045-08645d00-0a09-11ea-9bbd-43b747e1b0f6.png)
For example, Story book:
The text was updated successfully, but these errors were encountered: