I was following the tutorial but got lost at "Multiple Task Lists - Create a Root Document" because there seems to be missing code. It says:
Now, we're passing the URL of the root document to the App component, but the App component is still expecting a TaskList document, not a RootDocument. Let's fix that, add this code to the App component.
but this paragraph is not followed by any code to fix the problem. I proceeded in the tutorial thinking that maybe the prose was a bit outdated, but my code stopped working. I decided to checkout main and explore the code without the tutorial, so I apologize that I don't have the errors I ran into on-hand. I recall they had to do with accessing properties (such as 0) on objects that were undefined. In hindsight, I should've saved my progress and put up a PR so I could show you where I was stuck.
I was following the tutorial but got lost at "Multiple Task Lists - Create a Root Document" because there seems to be missing code. It says:
but this paragraph is not followed by any code to fix the problem. I proceeded in the tutorial thinking that maybe the prose was a bit outdated, but my code stopped working. I decided to checkout
mainand explore the code without the tutorial, so I apologize that I don't have the errors I ran into on-hand. I recall they had to do with accessing properties (such as0) on objects that were undefined. In hindsight, I should've saved my progress and put up a PR so I could show you where I was stuck.