We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
at GeoJsonDataSource.stories.tsx,throw error"describe is not defined"
describe is not defined ReferenceError: describe is not defined at load (http://localhost:9001/main.6bf02358e258f58db97d.bundle.js:1343:19) at Object.mount (http://localhost:9001/main.6bf02358e258f58db97d.bundle.js:1372:17) at CesiumComponent.mount (http://localhost:9001/main.6bf02358e258f58db97d.bundle.js:3894:22) at CesiumComponent.componentDidMount (http://localhost:9001/main.6bf02358e258f58db97d.bundle.js:3836:18) at commitLifeCycles (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:48252:22) at commitAllLifeCycles (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:49617:7) at HTMLUnknownElement.callCallback (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:32174:14) at Object.invokeGuardedCallbackDev (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:32224:16) at invokeGuardedCallback (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:32281:31) at commitRoot (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:49813:7)
The text was updated successfully, but these errors were encountered:
Thank you for reporting the error! This is my mistake. I'll fix it soon.
Sorry, something went wrong.
Merge pull request #49 from darwin-education/fix/geojsondatasource_de…
11674d8
…scribe fix: GeoJsonDataSource describe error (#48)
Successfully merging a pull request may close this issue.
at GeoJsonDataSource.stories.tsx,throw error"describe is not defined"
describe is not defined
ReferenceError: describe is not defined
at load (http://localhost:9001/main.6bf02358e258f58db97d.bundle.js:1343:19)
at Object.mount (http://localhost:9001/main.6bf02358e258f58db97d.bundle.js:1372:17)
at CesiumComponent.mount (http://localhost:9001/main.6bf02358e258f58db97d.bundle.js:3894:22)
at CesiumComponent.componentDidMount (http://localhost:9001/main.6bf02358e258f58db97d.bundle.js:3836:18)
at commitLifeCycles (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:48252:22)
at commitAllLifeCycles (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:49617:7)
at HTMLUnknownElement.callCallback (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:32174:14)
at Object.invokeGuardedCallbackDev (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:32224:16)
at invokeGuardedCallback (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:32281:31)
at commitRoot (http://localhost:9001/vendors~main.6bf02358e258f58db97d.bundle.js:49813:7)
The text was updated successfully, but these errors were encountered: