Anton Bielousov
Anton Bielousov
> react-dom.development.js:11494 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. > > * Move data fetching code or side effects to componentDidUpdate. >...
If added to adaptive.js project as bower component, the scss requires “compass/css3”. Fix the dependency so that pikbu.scss could be added to the project and built.
Potentially related issue: https://github.com/marnusw/date-fns-tz/issues/291 ``` "date-fns": "3.6.0", "date-fns-tz": "3.1.3", ``` Node: 18.20 (also tried 20.16) TypeScript: 5.4.4 tsconfig: ``` "compilerOptions": { "strict": true, "skipLibCheck": true, "moduleResolution": "node" }, "exclude": ["node_modules"]...