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
If passed `options.throttleTimeout`, or options are entered as a `Number`, dimension changes
@@ -124,7 +123,6 @@ function MyBreakpointBehaviorComponent() {
124
123
}
125
124
```
126
125
127
-
128
126
### **Server Side Rendering**
129
127
130
128
*Note: While serverside rendering is supported, it requires an explicit update via `useEffect` since viewport does not actually exist on the server before rendering to client. The following has been tested with [NextJS](https://nextjs.org/).*
0 commit comments