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
This may be something to do with next.js and not belong here but its a pretty annoying error that spams the developer console.
Tell us the steps to reproduce the problem:
Simplest code that fairly reliably reproduces it, if you remove the SVG it triggers less often but it still triggers
export default function PageInner() { return ( <> <IcTopNavigation appTitle={"ICDS"} version="v0.0.7"> <SlottedSVG slot="app-icon" xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24" fill="#000000" > <path d="M0 0h24v24H0V0z" fill="none" /> <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5.5-2.5l7.51-3.49L17.5 6.5 9.99 9.99 6.5 17.5zm5.5-6.6c.61 0 1.1.49 1.1 1.1s-.49 1.1-1.1 1.1-1.1-.49-1.1-1.1.49-1.1 1.1-1.1z" /> </SlottedSVG> <IcNavigationItem slot="navigation"> <Link href={"/"} slot={"navigation-item"}>Get started</Link> <Link href={"/"} slot={"navigation-item"}>Get started2</Link> </IcNavigationItem> </IcTopNavigation> </> ) }
No console error
If relevant, describe in full detail the different interactions and edge cases that the component or patterns needs to fulfil.
Given When Then
Tell us anything else useful to help us fix or understand the problem.
The text was updated successfully, but these errors were encountered:
@timja unrelated, but can you test #2617 ?
Sorry, something went wrong.
No branches or pull requests
Summary of the bug
This may be something to do with next.js and not belong here but its a pretty annoying error that spams the developer console.
🪜 How to reproduce
Tell us the steps to reproduce the problem:
📸 Screenshots or code
Simplest code that fairly reliably reproduces it, if you remove the SVG it triggers less often but it still triggers
🖥 📱 Device
🧐 Expected behaviour
No console error
📝 Acceptance Criteria
If relevant, describe in full detail the different interactions and edge cases that the component or patterns needs to fulfil.
Given
When
Then
Additional info
Tell us anything else useful to help us fix or understand the problem.
The text was updated successfully, but these errors were encountered: