We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e90a8 commit c7a9d9dCopy full SHA for c7a9d9d
2 files changed
packages/mdx/dev/content/scrollycoding-demo.mdx
@@ -73,6 +73,8 @@ Morbi quis commodo.
73
74
```
75
76
+Lorem [ipsum](focus://3)
77
+
78
---
79
80
## Step 3
packages/mdx/src/smooth-code/use-dimensions.tsx
@@ -136,8 +136,8 @@ function useDimensions(
136
const allDeps = [
137
...deps,
138
windowWidth,
139
- prevLongestLine,
140
- nextLongestLine,
+ // prevLongestLine,
+ // nextLongestLine,
141
minColumns,
142
visibility,
143
]
0 commit comments