p5.js-web-editor/client/modules/User
Andrew Nicolaou 4f1b9e3700
Fix bug when switching collection or sketch lists (fixes #1401) (#1416)
* Update sketch/collection list when URL changes (fixes #1401)

Using the username as the key prop causes the List component to remount
when the username changes. This means we don't have to bother resetting
everything when the user changes.

* Update deprecated SketchList lifecycle methods

From componentWillReceiveProps to componentDidUpdate
2020-05-03 22:51:01 +02:00
..
components Remove PropTypes errors, fix bug in handling redux action 2020-04-10 13:58:55 -04:00
pages Fix bug when switching collection or sketch lists (fixes #1401) (#1416) 2020-05-03 22:51:01 +02:00
actions.js merge master 2019-09-11 19:05:15 -04:00
reducers.js Changes API_KEY_REMOVED action constant to match API_KEY_CREATED 2019-07-22 16:14:51 -04:00