File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
customization/breakpoints Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
255
255
Some implementation details that might be interesting to being aware of:
256
256
257
257
- It forwards _ non React static_ properties so this HOC is more "transparent".
258
- For instance, it can be used to defined a ` getInitialProps() ` static method (next.js).
258
+ For instance, it can be used to define a ` getInitialProps() ` static method (next.js).
259
259
260
260
#### Arguments
261
261
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ Some implementation details that might be interesting to being aware of:
288
288
- It forwards refs to the inner component.
289
289
- The ` innerRef ` prop is deprecated. Use ` ref ` instead.
290
290
- It does ** not** copy over statics.
291
- For instance, it can be used to defined a ` getInitialProps() ` static method (next.js).
291
+ For instance, it can be used to define a ` getInitialProps() ` static method (next.js).
292
292
293
293
### Arguments
294
294
You can’t perform that action at this time.
0 commit comments