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

Sanity Experiences #11

Open
ronarthas opened this issue Mar 2, 2022 · 1 comment
Open

Sanity Experiences #11

ronarthas opened this issue Mar 2, 2022 · 1 comment

Comments

@ronarthas
Copy link

Hello,
a bug exist with sanity and the Experiences collection :
If you add 2 different pro experiences with 2 different year but, if they have the same name (when you add item) the tooltip in front give the same description for all experinces who have same name (developper full stack, front , ect ect )
image
image

@ronarthas
Copy link
Author

the problem come from id={work.name} in sanity Name are not unique so if you have same name conflic comme to fix that you need to change un Skills.jsx:

 -data-for={work._key}
 -key={work._key}
<ReactTooltip
                      id={work._key}

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

No branches or pull requests

1 participant