chore(warnings): add error codes to documentation site

This commit is contained in:
Christopher Möller
2022-04-28 16:27:19 +02:00
parent 922005e236
commit 9331ccc544
7 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const NodeRenderer = (props: NodeRendererProps) => {
if (!props.nodeTypes[nodeType]) {
console.warn(
`[React Flow]: Node type "${nodeType}" not found. Using fallback type "default". Help: https://reactflow.dev/docs/guides/troubleshooting`
`[React Flow]: Node type "${nodeType}" not found. Using fallback type "default". Help: https://reactflow.dev/error-decoder#300`
);
}