Fix tree table unit test
Fixes #15589
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| primeng | ⬜️ Ignored (Inspect) | Visit Preview | May 20, 2024 0:57am |
@robGardiner01 @nbrown-ScottLogic @RogueTea Okay to review this?
@robGardiner01 @nbrown-ScottLogic @RogueTea Okay to review this?
Looks good thanks!
Is the which depreciated? Why is it better to use code than which?
@robGardiner01 @nbrown-ScottLogic @RogueTea Okay to review this?
Looks good thanks!
Is the which depreciated? Why is it better to use code than which?
@nbrown-ScottLogic Yes, which has been deprecated. https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/which It's better to use key or code.
Looks good to me.