#Hi I am trying to set up the notes app locally

17 messages ยท Page 1 of 1 (latest)

leaden mirage
#

But I am unable to so, is this because the initial scrimb is based on react 17 and the react-mde dependency has changed?

broken fog
#

Yes. i had the same problem. Its a ongoing issue on scrimba. Soon they will update the react course in order for this issues to dissapear.

woeful vault
#

I was going to ask the same question, I got react-mde working by adding

npm i firebase react-mde react-split showdown --legacy-peer-deps

but now I have starnge problem with useEffect hook, if you got it working please keep me update

woeful vault
#

morning everyone
I got the notes app running locally and smoothly

#

check it out

#

the new error that I'm facing now, I only can create new notes and delete them but can't update the body

woeful vault
#

surprise surprise, Notes App is working now!!!

woeful vault
#

Here's the final result

leaden mirage
#

Hi, I was able to get the notes app running smoothly by changing the rules on the firebase, I know it's not optimal solution as there's no privacy anymore but as long as it works!

woeful vault
#

What else can you do, unless you're going to add authentications

leaden mirage