-
Notifications
You must be signed in to change notification settings - Fork 673
saleor 1563 nextjs integration #955
saleor 1563 nextjs integration #955
Conversation
This pull request introduces 6 alerts when merging 7dd3f40 into d493e1b - view on LGTM.com new alerts:
|
e2e9ae9
to
270f658
Compare
This pull request introduces 9 alerts when merging 270f658 into d493e1b - view on LGTM.com new alerts:
|
270f658
to
8764d94
Compare
This pull request introduces 8 alerts when merging 8764d94 into d493e1b - view on LGTM.com new alerts:
|
This pull request introduces 4 alerts when merging 44c0c66 into d493e1b - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging b3698c5 into d493e1b - view on LGTM.com new alerts:
|
b3698c5
to
84a744d
Compare
… into feature/SALEOR-1563-nextjs-integration
84a744d
to
cbe3952
Compare
This pull request introduces 2 alerts when merging cbe3952 into 5aaa9f7 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 3e8a4ab into 5aaa9f7 - view on LGTM.com new alerts:
|
d976544
to
727d55f
Compare
727d55f
to
e011af5
Compare
This pull request introduces 2 alerts when merging e011af5 into 5aaa9f7 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 6555314 into 5aaa9f7 - view on LGTM.com new alerts:
|
6555314
to
b7d73b1
Compare
This pull request introduces 2 alerts when merging b7d73b1 into 5aaa9f7 - view on LGTM.com new alerts:
|
450c8b5
to
a71c7ac
Compare
This pull request introduces 2 alerts when merging a71c7ac into 5aaa9f7 - view on LGTM.com new alerts:
|
a71c7ac
to
77b2858
Compare
This pull request introduces 2 alerts when merging 77b2858 into 5aaa9f7 - view on LGTM.com new alerts:
|
… into feature/SALEOR-1563-nextjs-integration
This pull request introduces 2 alerts when merging 59b1fa1 into 1abbf68 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging d1914eb into 1abbf68 - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging 2cb4c67 into 1abbf68 - view on LGTM.com new alerts:
|
17f7247
to
e255680
Compare
* /\?(.+&)?no-cache=1$/, | ||
* ], | ||
* Or NetworkOnly might have the same effect. | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll get back to this after some SSR work to validate it so I want to leave it for now.
: paths.accountOrderDetail, | ||
query: { token: order.node.token }, | ||
}} | ||
key={order.node.number} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed it coz of typo and added ^ Link
.
This pull request introduces 2 alerts when merging e255680 into 1abbf68 - view on LGTM.com new alerts:
|
if (target) { | ||
setPortalTarget(target); | ||
} | ||
}, [target]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed coz of SSR build.
15486f8
to
824c868
Compare
} | ||
}); | ||
return history; | ||
})() as History; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporary hack so checkout could work on react router.
This pull request introduces 1 alert when merging 824c868 into 1abbf68 - view on LGTM.com new alerts:
|
}, | ||
"exclude": ["node_modules"], | ||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next modifies tsconfig on the first run 🤷♂️
824c868
to
fe71869
Compare
This pull request introduces 1 alert when merging fe71869 into 1abbf68 - view on LGTM.com new alerts:
|
I want to merge this change because...
Screenshots
Pull Request Checklist
Test Environment Config
API_URI=https://master.staging.saleor.rocks/graphql/