We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Verify if Args exist and throw an error/warning:
const a = view((foo = Arg.bar) => <div>{foo}</div>)
this should show a warning because there is not bar arg present