altence / lightence-ant-design-react-template

Free and easy-to-use admin template based on React 17+
https://altence.com/lightence-landing
MIT License
994 stars 251 forks source link

Console Error #201

Closed alexanderrudnik closed 1 year ago

alexanderrudnik commented 2 years ago

Describe the bug Once the user opens any page in dev mode, they see the following error:

" Warning: Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details. Move code with side effects to componentDidMount, and set initial state in the constructor.

Please update the following components: SideEffect(NullComponent) "

Expected behavior No error

Screenshots image

leineveber commented 2 years ago

the errors comes from the package "react-helmet"

leineveber commented 1 year ago

Fixed in develop