You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
As I wanted to start quickly, I copy/paste a large part of the code from the tutorial.
I couldn't make it work and it took me some time to understand why.
On page 3, the blog component is added.
I didn't pay attention and because there were no // ... comment at the end, I assumed the new code had to be add at the bottom.
Thus, because they are function expressions, the order is important and they should be declared before used.
I think the router component should appear in this page to avoid confusion.
The text was updated successfully, but these errors were encountered:
Will do. Thanks for the precious feedback. Remember that we have the entire tutorial as example here https://github.com/phenomic/phenomic/tree/master/examples (I will make this more visible in the tutorial so if people have doubts, they can refer to this)
As I wanted to start quickly, I copy/paste a large part of the code from the tutorial.
I couldn't make it work and it took me some time to understand why.
On page 3, the blog component is added.
I didn't pay attention and because there were no
// ...
comment at the end, I assumed the new code had to be add at the bottom.Thus, because they are function expressions, the order is important and they should be declared before used.
I think the router component should appear in this page to avoid confusion.
The text was updated successfully, but these errors were encountered: