You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
With eba787d, it has become required to wrap <NGrid>s in a <ClientOnly> component because responsive sizing can only be calculated on the client. Because of this, they appear later than the rest of the page. I hope there would be a way to remove the client-only code, but I fear it might not be possible.
With eba787d, it has become required to wrap
<NGrid>
s in a<ClientOnly>
component because responsive sizing can only be calculated on the client. Because of this, they appear later than the rest of the page. I hope there would be a way to remove the client-only code, but I fear it might not be possible.Reservoir/pages/index.vue
Lines 25 to 34 in eba787d
The text was updated successfully, but these errors were encountered: