Commit d6e4b65
Default export is required
In my testing having a non-default export:
```jsx
export function ComponentName() {}
```
Results in the route not being found. (goes to the catch-all)
Therefore, I'm suggesting replacing "should" with "must".1 parent 99705e5 commit d6e4b65
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments