Error Explained: Cannot read properties of undefined/null (reading '[property name]')
tl;dr
The object that comes before the property in parentheses does not have a value (meaning: it is undefined or null). Check where it was supposed to be assigned a value to determine why not.
General
💡 Note: this error is shown for either undefine...
beyond-bootcamp.hashnode.dev5 min read