pankajvishwani

Results 2 comments of pankajvishwani

Referring to "src/data/data.ts" file, I have data that looks something like this: ``` const data = { name: "flare", children: [ { name: "analytics", hasChildren: true }, { name: "animater",...

One way to solve this is by providing capability where developer can pass source code itself. In your case, you can fetch source from remote http and then pass source...