()
| 51356 | return viewerOptions; |
| 51357 | } |
| 51358 | function getSnapshotFromHash() { |
| 51359 | const hash = document.location.hash && document.location.hash.substring(1); |
| 51360 | if (hash) try { |
| 51361 | return JSON.parse(decodeURIComponent(hash)); |
| 51362 | } catch (e) { |
| 51363 | // continue regardless of error |
| 51364 | } |
| 51365 | } |
| 51366 | let snapshotOnLoad = getSnapshotFromHash(); |
| 51367 | if (snapshotOnLoad && snapshotOnLoad.dataSource && snapshotOnLoad.dataSource.dataSourceType === "local") snapshotOnLoad = null; |
| 51368 | class SandDanceApp extends _react.Component { |
no outgoing calls
no test coverage detected