This page contains a list of common questions that new contributors might have when getting started, and hopefully provides useful answers.
This list is a work in progress, please feel free to add anything that new contributors might find useful.
...
Code Block |
---|
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. in PersonUpdatePage in Connect(PersonUpdatePage) in withRouter(Connect(PersonUpdatePage)) |
I'm on a Mac, and running 'mongod' seems to be erroring out?
The solution may be found here; the problem may be that you aren't pointing to an existing /data/db folder.
To do this, run the command as follows: 'mongod
--dbpath <absolute path to /data/db folder within vly1 repo>
' (E.g for me it was 'mongod
--dbpath ~/Documents/workspace/vly1/data/db/').
What is this Redux debug sidebar ?
This is included in client/store.js. and comes from client/modules/App/components/DevTools.js
There are mutiple tools in the dock
It shows a log of states and actions, and lets you change their history.
mongod
--dbpath <absolute path to /data/db folder within vly1 repo>
' (E.g for me it was 'mongod
--dbpath ~/Documents/workspace/vly1/data/db/').
I'm on a Mac, and running 'mongod' seems to be erroring out?
The solution may be found here; the problem may be that you aren't pointing to an existing /data/db folder.