-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
1.xIssues planned for a minor release after 1.0Issues planned for a minor release after 1.0
Description
Problem
The framework should support applications that use multiple client entry points (e.g., different client.tsx files for different Document.tsx shells). However, we currently lack automated end-to-end test coverage to verify this behavior, which makes it harder to guarantee stability.
Proposed Solution
- Create a new playground example that is configured with at least two distinct client entry points, each associated with a different page or layout.
- Write end-to-end tests for this new playground example.
- The tests should confirm that each entry point is correctly bundled, loaded, and hydrated on its respective page, and that they function independently without conflict.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
1.xIssues planned for a minor release after 1.0Issues planned for a minor release after 1.0