You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file @influxdata/influx/dist/api/api.d.ts,
the first line is: <reference path="../src/api/custom.d.ts" />
It should be: <reference path="../../src/api/custom.d.ts" />