You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2020. It is now read-only.
I just installed gitdocs, did a npm -g upgrade to make sure all dependencies are up-to-date and when running a gitdocs build I am getting the following build errors:
Warning: Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
Please update the following components: %s%s
❯ Warning: Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
... (many more)
Any idea what can cause this? - I am also surprised about the %s%s in the error message - seems like the template did not get any parameters
I just installed gitdocs, did a
npm -g upgradeto make sure all dependencies are up-to-date and when running agitdocs buildI am getting the following build errors:Any idea what can cause this? - I am also surprised about the
%s%sin the error message - seems like the template did not get any parameters