There is warning in console when using Trans component from @lingui/macro
Warning: Trans: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
Im using NextJs 13 and "@lingui/macro": "^4.0.0-next.1",
There is warning in console when using
Transcomponent from@lingui/macroWarning: Trans: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.Im using NextJs 13 and
"@lingui/macro": "^4.0.0-next.1",