Replies: 1 comment 3 replies
-
If your class defines a |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting several of these warnings when running typedoc on my codebase:
That particular React component is a class component, so it does indeed have
componentDidUpdate
, butgetSnapshotBeforeUpdate
does not appear anywhere in my repo. Upon further digging, I found it inside@types/react
:However, I have
"excludeExternals": true
set. Shouldn't that be enough to remove this link?Beta Was this translation helpful? Give feedback.
All reactions