Adds a new method, toAbsolute to the SceneTimePicker.
This is to help fix an issue where the t a shortcut to change the time range to an absolute time range does not work in the scenes architecture. A follow-up PR in the main Grafana repo will be made when this one is merged.
📦 Published PR as canary version: 5.4.0--canary.800.9644459093.0
:sparkles: Test out this PR locally via:
```bash
npm install @grafana/scenes-react@5.4.0--canary.800.9644459093.0
npm install @grafana/scenes@5.4.0--canary.800.9644459093.0
# or
yarn add @grafana/scenes-react@5.4.0--canary.800.9644459093.0
yarn add @grafana/scenes@5.4.0--canary.800.9644459093.0
```
Adds a new method,
toAbsolute
to the SceneTimePicker. This is to help fix an issue where thet a
shortcut to change the time range to an absolute time range does not work in the scenes architecture. A follow-up PR in the main Grafana repo will be made when this one is merged.📦 Published PR as canary version:
5.4.0--canary.800.9644459093.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.4.0--canary.800.9644459093.0 npm install @grafana/scenes@5.4.0--canary.800.9644459093.0 # or yarn add @grafana/scenes-react@5.4.0--canary.800.9644459093.0 yarn add @grafana/scenes@5.4.0--canary.800.9644459093.0 ```