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
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.