JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
...to include Error pages too, because when throwing 404s (etc), args[0]
can also be:
"<Error> was created with unknown prop 'data'"
And this is not caught by the current regex. Instead, the regex only captures strings containing <Layout>
or <Page>
.
This is an extremely minor edit, and I anticipate no problems, alas I have not run tests.
pnpm test
and lint the project with pnpm lint
and pnpm check
pnpm changeset
and following the prompts. Changesets that add features should be minor
and those that fix bugs should be patch
. Please prefix changeset messages with feat:
, fix:
, or chore:
.Fix the nasty hack to silence harmless warnings...
...to include Error pages too, because when throwing 404s (etc), args[0]
can also be:
"<Error> was created with unknown prop 'data'"
And this is not caught by the current regex.
baffling that it keeps making me do this
glad you picked a verb :D
This is indeed strange behavior since writing
<ComponentName ...
and tabbing to use Svelte's(?) autocomplete in VS Code, it automatically adds
import Border from 'src/components/ComponentName.svelte';
which fails by default.