Is possible to update all dependency to latest version without creating any breaking change?
Hi @cuongdevjs , The list of dependencies I leave has been updated to the latest version, without creating any breaking change.
- [x] @emotion/core
- [x] @emotion/styled
- [x] @typefaces-pack/typeface-inter
- [x] clsx
- [x] express
- [x] i18next
- [x] immer
- [x] lodash
- [x] next
- [x] next-i18next
- [x] prop-types
- [x] react
- [x] react-dom
- [x] signale
- [x] typeface-metropolis
- [x] hoist-non-react-statics
- [x] invariant
- [x] redux
- [x] redux-saga
- [x] redux-saga-routines
- [x] reselect
@cuongdevjs However currently react-redux in version ^7.2.0 it is generating a break in the following files src/utils/tests/inject-reducer.test.js src/utils/tests/inject-saga.test.js
I know it's a silly question, but folder tests in each component were generated automatically by command or I must create by myself?
@cuongdevjs No problem, contributions, and questions are welcome
I know it's a silly question, but folder tests in each component were generated automatically by command or I must create by myself?
Currently must be created manually
Thanks a lot :)
Are you facing with warning Warning: You have opted-out of Automatic Static Optimization due to getInitialPropsinpages/_app` when run build? I am looking for a solution to fixing this? Have you some suggestions for me?
Thanks a lot :) Are you facing with warning
Warning: You have opted-out of Automatic Static Optimization due togetInitialPropsinpages/_app` when run build? I am looking for a solution to fixing this? Have you some suggestions for me?
I first suggest creating the issue
Apparently this happens because of the HOC src/utils/with-redux-store