Questions tagged [blitz.js]
17 questions
0
votes
0 answers
Props added to component are not available in the component
I have a component called DashboardLayout, with prop definitions inferred from an interface LayoutProps.
When I add new props to LayoutProps, they don't show up in either a) the props variable or b) the dev tools. console.log-ing all keys of props…

Nils Fahle
- 126
- 1
- 8
0
votes
1 answer
zsh: command not found: blitz
I installed blitz like this yarn global add blitz but then when I try to create a new project blitz new myApp I get this error zsh: command not found: blitz.
I guess I have to add something to my $HOME/.zshrc file but I don't know what.
How can I…

sara lance
- 493
- 4
- 16