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

fix: avoid rendering extra div on doc #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexjoverm
Copy link

Fixes #146

Copy link

Copy link
Contributor

@alvarosabu alvarosabu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @alexjoverm thanks for taking care of this.

Did you check the vue and react playgrounds? They are not rendering anymore.

React
Screenshot 2024-11-20 at 11 03 01

Vue
Screenshot 2024-11-20 at 11 04 30

The problem is that the logic in this PR is implemented on the defaultRender function, which is going to be overwritten by the frameworks render functions.

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

Successfully merging this pull request may close these issues.

Extra div added at the root doc level
3 participants