Files
react/scripts
Andrew Clark 2d2f2af29b Restrict React DOM imports from Server Components (#27382)
Adds a separate entry point for the react-dom package when it's accessed
from a Server Component environment, using the "react-server" export
condition.

When you're inside a Server Component module, you won't be able to
import client-only APIs like useState. This applies to almost all React
DOM exports, except for Float ones like preload.
2023-09-15 14:53:19 -04:00
..
2023-01-31 08:25:05 -05:00
2023-01-31 08:25:05 -05:00
2023-08-22 10:41:04 -04:00
2023-08-22 10:12:28 -04:00
2023-01-31 08:25:05 -05:00
2023-01-31 08:25:05 -05:00