You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screenshots
Desktop (please complete the following information):
OS: OSX
Browser: Chrome
Version: 83.0.4103.116
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to perform a full page reload on edit post page in React Client.
To Reproduce
Steps to reproduce the behavior:
yarn watch
to launch default React client./posts
Post title 20
/post/20
/post/new
does work)<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.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: