noobyogi0010
noobyogi0010
To resolve the TypeError: an integer is required, I changed the value's input type to long, so that it can now support both float and int values.
## Description When I try to expand the timeline section, the text in layer names and time under the timeline section gets selected and de-selected. Here's a video explanation: https://www.loom.com/share/9ae6d7c3901a4a28b87fef2b99d89e67...
## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [ ] **If this is a code change**: I have written unit tests and/or added...
## Description I have a react ag-grid that displays certain amount of data. For simplicity consider the headers of my data be `id`, `name`, `subject`, `topic`, and `marks`. All of...