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

Move hydrateApp to @mfng/core/client/browser #58

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

unstubbable
Copy link
Owner

This is imported from the client/browser entry, so it should be in @mfng/core/client/browser, and not in @mfng/core/client. The latter has modules that can be used in both, the SSR and browser client. Since Router is also imported through the same barrel file, we can remove the 'use client' directive from it.

Continuation from #53 and #54

This is imported from the client/browser entry, so it should be in
`@mfng/core/client/browser`, and not in `@mfng/core/client`. The latter
has modules that can be used in both, the SSR and browser client. Since
`Router` is also imported through the same barrel file, we can remove
the `'use client'` directive from it.

Continuation from #53 and #54
Copy link

vercel bot commented Mar 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
mfng ✅ Ready (Inspect) Visit Preview Mar 14, 2024 7:48pm

@unstubbable unstubbable merged commit a978d18 into main Mar 14, 2024
6 checks passed
@unstubbable unstubbable deleted the fix-hydrate-app-import branch March 14, 2024 19:50
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.

1 participant