Skip to content

Commit 759403c

Browse files
committed
👌 IMPROVE: add use client directive to support Next.js apps
1 parent 4fbe165 commit 759403c

13 files changed

+325
-183
lines changed

demo-app/package-lock.json

Lines changed: 36 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"react-dom": "^17.0.2",
1616
"react-router-dom": "^6.0.2",
1717
"react-scripts": "4.0.3",
18-
"react-ui-scrollspy": "file:react-ui-scrollspy-2.2.0.tgz",
18+
"react-ui-scrollspy": "file:react-ui-scrollspy-2.3.1.tgz",
1919
"typescript": "^4.4.4",
2020
"web-vitals": "^1.1.2"
2121
},
2222
"scripts": {
23-
"start": "PORT=3001 react-scripts start",
23+
"start": "PORT=3002 react-scripts start",
2424
"build": "react-scripts build",
2525
"test": "react-scripts test",
2626
"eject": "react-scripts eject",

dist/ScrollSpy/ScrollSpy.js

Lines changed: 149 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ScrollSpy/ScrollSpy.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)