Front-end BUCKET LIST application built with REACT. Users can add, update or delete items from a bucket list - which persists when they refresh or revisit the page. Uses STATE, HOOKS, COMPONENTS, PROPS, conditional rendering, forms and event handling. Built from starter code.
When I ran the build / deploy scripts, the following message was displayed in the console:
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.
babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away.
Compiled with warnings.
I would like to:
[ ] Follow the instructions to work around the error, adding to the devDependencies
[ ] Look into what it means that create-react-app is no longer maintained - see if I need to adapt generally
[ ] Find out if I need this dependency at all
[ ] Make some notes on the fix and notes on what i could do other than what is suggested in the long term!
Like issue #29 , I don't think this is particularly pressing - but would be a good way to learn a little bit about dependencies etc.
When I ran the
build
/deploy
scripts, the following message was displayed in the console:I would like to:
Like issue #29 , I don't think this is particularly pressing - but would be a good way to learn a little bit about dependencies etc.