Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@luhc228
Copy link
Collaborator

@luhc228 luhc228 commented Jan 27, 2021

No description provided.

@luhc228 luhc228 requested a review from ClarkXia January 28, 2021 02:21
const res = await request('/user');
return res;
// const res = await request('/user');
// return res;
Copy link
Collaborator

@ClarkXia ClarkXia Jan 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以await 一段时间模拟请求

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

$('head').append(`
<script>
window.__ICE_SSR_ERROR__ = '${error}';
window.__ICE_SSR_ERROR__ = "${error instanceof Error ? error.message : error}";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

错误代码里面是否肯定没有双引号

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@SoloJiang SoloJiang changed the base branch from master to release-next January 28, 2021 06:36
@luhc228 luhc228 merged commit 0d156d2 into release-next Jan 28, 2021
@delete-merged-branch delete-merged-branch bot deleted the hotfix/not-wrap-store-Provider-in-ssr-lazy branch January 28, 2021 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants