-
I am currently following the streamed series on YouTube, this is where I'm at (Episode 10, File Manager). im stuck The error I was getting while having the
So, I moved the The files are only being read at all if I pass
I wrote all the glory details in my repo: Any help would be appreciated <3 much kudos to this project as it's gotten me really excited about what I'm working on. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I like the demo, it is looking cool. As for the exact error it is hard for me to say based on the episodes as I have changed so much since Episode 10 which was years ago. I'd say you are on the right track to debugging it. |
Beta Was this translation helpful? Give feedback.
-
You were right about me not being hopeless at solving this myself... (That's what you said I think) I had to go about things in a different way because:
Workaround:
Once again, great project, and thank you. |
Beta Was this translation helpful? Give feedback.
You were right about me not being hopeless at solving this myself... (That's what you said I think)
I had to go about things in a different way because:
Workaround:
directory
prop from<FileManager />
and useFilesresolve(direcory, path)
as thepath
prop to FileEntry, I am passingresolve("desktop", path)
.path
always resolves to thedesktop/
directoryMain.url
toMain.json
so that I can extract theURL
andIconFile
in a way that I understand.