OSTRZEŻENIE: Prop `ClassName` nie pasował. Klient i serwer renderowały różne klasy.

// next.config.js
module.exports = {
  experimental: {
    // Enables the styled-components SWC transform
    styledComponents: true
  }
}
Faith Olubummo