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
Is your feature request related to a problem? Please describe.
Next 13's app/ directory provides some nice features:
font optimization (technically this works in pages/_app.tsx on the element, but we put the header outside of so it'd be awkward to apply the fonts on both)
Is your feature request related to a problem? Please describe.
Next 13's app/ directory provides some nice features:
However, these things aren't being taken advantage of, mainly because Material UI and Emotion do not currently work smoothly with server components.
We should take advantage of the Next 13 features when these issues are addressed.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Technical ideas
The text was updated successfully, but these errors were encountered: