av-k
av-k
**Describe the bug** Make a minimal setup like: ```javascript import dayjs from "dayjs"; dayjs.locale("en", {weekStart: 1}); // cause {weekStart: number} conole.log(dayjs().format("MMMM")) ``` [Here is the playground](https://codesandbox.io/s/issue-dayjs-local-weekstart-broken-format-mmmm-zdkvt7) with the sample code....
Please check the original issue description here: https://github.com/iamkun/dayjs/issues/2499
**Warning text:** > Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. **The list of affected components to fix (probably...
**Version:** 0.99.7 The version of **path-to-regexp** in _package.json_ is "^6.2.1". **Vulnerability details**: https://github.com/advisories/GHSA-9wv6-86v2-598j **Workaround**: In `package.json` add ``` "overrides": { "path-to-regexp": "^8.1.0" }, ```
During running app on React.js v.19.0.0 in development mode and using `React.StrictMode` I get the next error: > TypeError: Cannot read properties of null (reading 'getState') it happens during unmounting...