solid-start
solid-start copied to clipboard
[Bug?]:Error: Hydration Mismatch. Unable to find DOM nodes for hydration key: xxx <link rel="icon" href="path/to/img>
I got error when put image source https://github.com/ansufw/lean-solid/blob/52e000f546f072409e1f5dbec62de165d8f0e7a9/src/routes/(dashboard).tsx#L11
I was trying to follow this guide line https://docs.solidjs.com/solid-start/building-your-application/static-assets but got this warning on the browser when I tried to access http://localhost:3000/admin
The Link component needs to be wrapped in MetaProvider
Can this be closed?