Mike Ellis
Mike Ellis
Seems like more tests would be advisable.
@martijnrusschen This issue is preventing my team from upgrading beyond 4.9.0 since the time picker is effectively completely broken. Are you able to give this some attention?
This issue appears to be resolved in the latest version (4.14.0) and can be closed.
@jossmac It looks like currently: - `DELETE` and `BACKSPACE` **will** clear input if the popup is **not** visible. - `DELETE` and `BACKSPACE` will **not** clear input if the popup **is**...
@j-schuster Are you able to submit a PR to allow for this library to work with webpack 5?
I'm unsure why none of the cypress-io maintainers nor this [Testing Time Zones in Parallel](https://glebbahmutov.com/blog/testing-timezones) article have addressed this but **setting the time zone in Cypress does not work in...
I also attempted to use regex `arrayAccessFormPaths` values, but it does not seem to process them correctly.
@mihna123 Calling `flattenTree()` more than once is potentially problematic. Iterating over the whole data set multiple times is inefficient and error prone. When I made that small change (to only...
@mihna123 Try now.
> @mellis481 Sandbox works now, thank you. So if I expand all nodes with `expandedIds={treeData.map((x) => x.id)}` the error happens again. I just updated my sandbox to use a state...