chore(warnings): use new troubleshooting url

This commit is contained in:
moklick
2022-05-02 23:27:13 +02:00
parent 18be5f1773
commit 2363046af9
9 changed files with 13 additions and 17 deletions
+1 -3
View File
@@ -41,9 +41,7 @@ export function useMarkerSymbol(type: MarkerType) {
if (!symbolExists) {
// @ts-ignore
if (process.env.NODE_ENV === 'development') {
console.warn(
`[React Flow]: Marker type "${type}" doesn't exist. Help: https://reactflow.dev/error-decoder#900`
);
console.warn(`[React Flow]: Marker type "${type}" doesn't exist. Help: https://reactflow.dev/error#900`);
}
return () => null;
}