fastify / website

https://fastify.dev/
MIT License
60 stars 62 forks source link

feat: contribution page #72

Closed Eomm closed 1 year ago

Eomm commented 1 year ago

closes #23

When I change the layout dark/light I get this error:

storageUtils.ts?10b8:23 Uncaught RangeError: Maximum call stack size exceeded.
    at dispatchChangeEvent (storageUtils.ts?10b8:23:1)
    at Object.set (storageUtils.ts?10b8:131:1)
    at storeColorMode (colorMode.tsx?7cd1:47:1)
    at eval (colorMode.tsx?7cd1:72:1)

It is present even after the build&serve process. Any ideas would be appreciated

Layout

image

image

Error state

image

Loading state

image