Closed
Description
p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
Adding a sketch to a collection works just fine, this is only a code-quality issue.
I'm seeing two prop-types validation errors on the CollectionList
modal:
checkPropTypes.js:20 Warning: Failed prop type: The prop
projectId
is marked as required inCollectionList
, but its value isnull
.
in CollectionList (created by Connect(CollectionList))
checkPropTypes.js:20 Warning: Failed prop type: The prop
collections[0].items[0].project.createdAt
is marked as required inCollectionList
, but its value isundefined
.
in CollectionList (created by Connect(CollectionList))
Expected Behavior
It should not have errors.
Steps to reproduce
Steps:
- Open a sketch
- Click "File" menu
- Click "Add to Collection"