This repository was archived by the owner on Sep 16, 2020. It is now read-only.

Description
Following along with instructions when the app runs I see:
- Adding event causes 2 events to appear for half a second then it disappears
- Commenting causes 2 comments to appear (only 1 is actually created in DynamoDB), and then after 2 seconds or so the entire event screen clears out and becomes a single "Back to Events" button.
- Clicking on the button takes me back to the events listing but no event is displayed
- Clicking the browser's Refresh Button makes the event appear again.
- Attempting to add another comment cause the error below to be thrown:
Uncaught TypeError: Cannot read property 'comments' of undefined
at Object.props (EventComments.js:63)
If it helps I'm running npm start in node v8.9.1 and my browser is "Version 64.0.3282.167 (Official Build) Built on Ubuntu , running on LinuxMint 18.2 (64-bit)"
Thanks