anthonyleung-dev / react-material-web

This project aims to provide React components based on the Material Web design guidelines originally from https://github.com/material-components/material-web.
MIT License
10 stars 1 forks source link

Nextjs - "use client" #4

Closed zZHorizonZz closed 2 months ago

zZHorizonZz commented 2 months ago

Is there a reason components are not annotated with 'use client' or was this not considered yet? If there's no issue, I'd like to submit a PR with these annotations, as I think Material Web doesn't currently support SSR for its components.

anthonyleung-dev commented 2 months ago

Thank you for your report. It is just missing consideration. Feel free to add a PR to fix it.