You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How I am supposed to get rid of this warning?
The warning is because of removing the usage of the segment prop from the _layout component of the sapper.
How I am supposed to get rid of this warning?
The warning is because of removing the usage of the
segment
prop from the _layout component of the sapper.https://github.com/sveltejs/sapper-template-webpack/blob/master/src/routes/_layout.svelte#L4
This is my whole code:
I also tried to use
<!-- svelte-ignore unused-export-let -->
before thescript
tag but still no chance.If I stop using
segment
prop I will get a warning in the browser saying:<Layout> was created with unknown prop 'segment'
The text was updated successfully, but these errors were encountered: