Remove unused "Hydrate Fallback".
Note: As already said, this loading appear even when the app/layout.tsx is loading. This is not the behaviour I want. In fact the behaviour I wanted is impossible to be needed with Next.js and his "SSR first" approach.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
export default function Loading() {
|
||||
return (
|
||||
<div id="loading-splash">
|
||||
<div id="loading-splash-spinner"/>
|
||||
<p>Loading, please wait...</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user