Skip to content

Commit

Permalink
add repro test
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Nov 7, 2022
1 parent 81d6fd4 commit b8763a5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import {
getServerSideProps,
PreviewPage,
} from '../../../common-components/contentful-elements/pages/preview';

export { getServerSideProps };

export default PreviewPage;
10 changes: 10 additions & 0 deletions test/pages/export gssP and page from other (repro #134)/output.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { withSuperJSONPage as _withSuperJSONPage } from 'babel-plugin-superjson-next/tools';
import { withSuperJSONProps as _withSuperJSONProps } from 'babel-plugin-superjson-next/tools';
import {
getServerSideProps,
PreviewPage,
} from '../../../common-components/contentful-elements/pages/preview';

export { getServerSideProps };

export default _withSuperJSONPage(PreviewPage);

0 comments on commit b8763a5

Please sign in to comment.