-
Notifications
You must be signed in to change notification settings - Fork 317
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
[Bug]: Tipseen nests a div inside of a p tag #1988
Comments
The specific place in the source code where the issue comes from is: Notice how the element is "p", but if you put a TipseenContent element inside of it, there will be a div inside of a p tag. |
has this been fixed ? |
@HermanBide I don't think it has. I just filed this bug yesterday. |
can i contribute to fixing this bug ? |
Hi @ahlivehr and thank you for bringing this bug to our attention :) Thank you @HermanBide , We would appreciate it if you could contribute to fixing the problem. I'll just mention that since the fix may be a breaking change, we may not be able to merge it right now and can only include it in our next major version |
@shaharzil No problem! Do you happen to know roughly when the next major version will be released? I really appreciate everyone's continuous contributions to this repo. |
awesome please assign this to me ill work on it asap |
the bug error doesnt show in the console anymore. here is what i did ->
please try this instead and let me know if you are still getting the same error. also there seem to be a bug about id in Tipseen.tsx |
let me know if you also need help with the other bug react-jsx-runtime.development.js:124 Warning: Invalid prop |
what component ->folder/file is this code in so that i can fix it? |
Vibe version
2.93.0
Describe the bug
Getting the following warning in the Chrome console when using a Tipseen.
Warning: validateDOMNesting(...):
.
When inspecting the DOM in the Storybook basic example, you can see it does indeed nest a div inside a p tag (see screenshot). Though in Storybook, I don't see the same warning in the Chrome console.
Expected behavior
Tipseen doesn't nest a div inside of a p tag.
Steps to reproduce
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
Reproduction example link
No response
System Info
Additional context, Screenshots
The text was updated successfully, but these errors were encountered: