Tiffany Chong
Tiffany Chong
Fixes #5115 Changes - rename eqDeep back to isEqual - rename isEqual to isEqual test - fix broken tests for isEqual - remove semicolons from isEqual.test.js
## Context Solves #3202 ## Implementation Use CSS to reverse formatting of Prerequisite Tree Result Before  After  ## Other Information I renamed some variables from `prereq` to `depedent`,...
## Context #3215 ## Implementation Transferred everything from debug.ts and useGlobalDebugValue into feature flags ## Other Information
### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.5.1...
Could you provide details on how to setup the project please? Thank you so much!
**Describe the bug** Set hour does not work properly when timezone is UTC or any other timezone with UTC offset 0. `dayjs('2024-06-16T00:00:00.000Z').tz('UTC').set('hour', 13).toDate().toISOString()` **Expected behavior** Expected Return: `2024-06-16T13:00:00:00.000Z` Actual Return...