-
-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Description
Describe the bug
Unable to perform a full page reload on edit post page in React Client.
To Reproduce
Steps to reproduce the behavior:
- Start via
yarn watch
to launch default React client. - Go to
/posts
- Click on a post. e.g.
Post title 20
- Should take you to
/post/20
- Reload the page
- Page is blank. No console errors. (note: a full reload on
/post/new
does work) - Does show a server error in the page source:
<script charset="UTF-8">window.__SERVER_ERROR__={"stack":"TypeError: Cannot read property 'id' of undefined\n at PostCommentForm (...;</script>
Expected behavior
Page should load as it does when navigating from the Posts page.
Desktop (please complete the following information):
- OS: OSX
- Browser: Chrome
- Version: 83.0.4103.116
Metadata
Metadata
Assignees
Labels
No labels