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

chore: disable ssr for showcase app #563

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

peterpeterparker
Copy link
Member

@peterpeterparker peterpeterparker commented Jan 20, 2025

Motivation

Without disabling SSR we would not be able to build the showcase case app once the component InfiniteScroll is effectively used in the UI. This is because IntersectionObserver is not a known NodeJS property.

Changes

e2e/segment.e2e.ts Outdated Show resolved Hide resolved
e2e/segment.e2e.ts Outdated Show resolved Hide resolved
@dskloetd
Copy link
Collaborator

FYI, e2e test is failing on CI.

@peterpeterparker peterpeterparker marked this pull request as draft January 20, 2025 16:27
@peterpeterparker
Copy link
Member Author

@dskloetd did not had time to turn it back to draft, still debugging. I start thinking there is actually an issue in the implementation which become unmasked, somehow, by this change but, as I said, still debugging. Turned it into a draft.

@peterpeterparker
Copy link
Member Author

Display issue - or rendering race condition - was indeed reproducible on main and improved in ##565.

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