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

Error involving layers in nextjs #698

Open
RoyMtonga opened this issue Sep 7, 2024 · 0 comments
Open

Error involving layers in nextjs #698

RoyMtonga opened this issue Sep 7, 2024 · 0 comments

Comments

@RoyMtonga
Copy link

when i use the layers component in my project it qorks but i get erros in my cosole..
app-index.tsx:25
Warning: React does not recognize the isHidden prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase ishidden instead. If you accidentally passed it from a parent component, remove it from the DOM element.
app-index.tsx:25
Warning: Received false for a non-boolean attribute expanded.

If you want to write it to the DOM, pass a string instead: expanded="false" or expanded={value.toString()}.

If you used to conditionally omit it with expanded={condition && value}, pass expanded={condition ? value : undefined} instead.
at a
app-index.tsx:25
Warning: React does not recognize the hasCanvases prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase hascanvases instead. If you accidentally passed it from a parent component, remove it from the DOM element.
app-index.tsx:25
Warning: Received false for a non-boolean attribute hovered.

If you want to write it to the DOM, pass a string instead: hovered="false" or hovered={value.toString()}.

If you used to conditionally omit it with hovered={condition && value}, pass hovered={condition ? value : undefined} instead.

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