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
In some cases a component might have a prop that should not be accessed by the user. It could be useful to hide this prop from the documentation or mark it in some other way.
An example of this would be a container component that is wrapped in Redux connect() with props that are managed by react-redux. I have a number of props that must be declared on the component for action dispatch to work and should not be tampered with by a user.
The text was updated successfully, but these errors were encountered:
In some cases a component might have a prop that should not be accessed by the user. It could be useful to hide this prop from the documentation or mark it in some other way.
An example of this would be a container component that is wrapped in Redux
connect()
with props that are managed by react-redux. I have a number of props that must be declared on the component for action dispatch to work and should not be tampered with by a user.The text was updated successfully, but these errors were encountered: