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/cache issues #136

Merged
merged 6 commits into from
Jan 19, 2024
Merged

Fix/cache issues #136

merged 6 commits into from
Jan 19, 2024

Conversation

Fredkiss3
Copy link
Owner

@Fredkiss3 Fredkiss3 commented Jan 19, 2024

Description

This fixes cache issues with the <Cache> component hanging on SSR, the solution we chose to go with is to just don't use the Cache component and instead cache operations inside of the <Markdown> component itself.

Additionnaly, we also fixed issues with the client references being undefined in the <Cache> component.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@Fredkiss3 Fredkiss3 marked this pull request as ready for review January 19, 2024 16:25
@Fredkiss3 Fredkiss3 merged commit 7e9f32c into main Jan 19, 2024
2 checks passed
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