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

💹 Fix chunk sizes #4580

Merged
merged 3 commits into from
Aug 7, 2023
Merged

💹 Fix chunk sizes #4580

merged 3 commits into from
Aug 7, 2023

Conversation

WRadoslaw
Copy link
Contributor

@@ -108,12 +108,14 @@ export const MainLayout: FC = () => {
return (
<>
<CookiePopover />
{/*<Suspense fallback={<div>adawd</div>}>*/}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suspense will be included when it'll be supported by apollo client

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be deleted, since I introduced it in Viewer and Studio layout

@@ -35,3 +35,5 @@ export const StudioEntrypoint: FC<StudioEntrypointProps> = ({ enterLocation }) =

return <StudioLoading />
}

export default StudioEntrypoint
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should't change it in this PR, but generally we should avoid default export in files

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React.lazy requires default export

@attemka attemka merged commit 4bdd16d into Joystream:dev Aug 7, 2023
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

Successfully merging this pull request may close these issues.

2 participants