1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-16 14:14:11 +02:00

Fix renderer not working on local (#5694)

This commit is contained in:
Arik Chakma
2024-05-18 01:25:46 +06:00
committed by GitHub
parent c277ac3746
commit 1af9829c04
4 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
export function renderFlowJSON(data: any, options?: any) {
console.warn("renderFlowJSON is not implemented");
console.warn("run the following command to generate the renderer:");
console.warn("> npm run generate-renderer");
}