-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It seems destack does not work, or the example needs updating, for how to use with the new app router, now the recommended default when starting a new next app.
"getStaticProps" is not supported in app/. Read more: https://nextjs.org/docs/app/building-your-application/data-fetching
,-[/home/tony/hof/mods/tmp/myapp/app/example/page.tsx:1:1]
1 | 'use client';
2 |
3 | import 'destack/build/browser/index.css'
4 | export { getStaticProps } from 'destack/build/server'
: ^^^^^^^^^^^^^^
5 | export { ContentProvider as default } from 'destack'
`----
File path:
./app/example/page.tsx
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request