We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9032792 commit d340fecCopy full SHA for d340fec
src/deriveLinkDefaults.ts
@@ -179,7 +179,6 @@ export function initialLoader(datasets: ILinkConfig['datasets']) {
179
}
180
181
182
- return Promise.all(resolvedDataSets).then((data) => data.filter((d): d is DataSet => d != null));
183
return Promise.all(resolvedDataSets).then((data) => {
184
const cleaned = data.filter((d): d is DataSet => d != null);
185
cleaned.forEach((d) => add(d));
0 commit comments