Ben Simpson
Ben Simpson
Not sure if it's related but I'm getting `Uncaught TypeError: Cannot redefine property: __get__` with Karma and Webpack. but only when Karma points to a single file which requires all...
Have you tried this? ``` await act(async() => { fireEvent.change(getByLabelText(/email/i), {target: {value: fakeUsername}}); }); ```
Grafana has a whole ton of logic around controlling scales and other configs. This fix could take a while. ref: https://github.com/grafana/grafana/tree/main/packages/grafana-ui/src/components/uPlot/config
> It works perfectly. (I ran an asset generation and pushed it) I have only one comment: I think there should be some visual feedback that a time interval is...
> The "reset time range" button should not be displayed in the summary tab, because nothing there depends on the selected time frame. In general, if there is no chart...