- Which of the following best describes the prop-types package?
- A tool to validate prop values that are passed to components during development.
- How do you validate that a property value is something that can be rendered?
- Use the PropTypes.node validator.
- What is the purpose of the PropTypes.shape validator?
- To make sure that an object has certain properties with certain types, ignoring any additional properties.