We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ed96e commit 5c49cb5Copy full SHA for 5c49cb5
1 file changed
packages/component/src/ReactWebChat.tsx
@@ -39,9 +39,7 @@ const {
39
40
ReactWebChat.propTypes = {
41
className: PropTypes.string,
42
- // Ignoring deficiencies with TypeScript/PropTypes inference.
43
- // @ts-ignore
44
- role: PropTypes.oneOf(ARIA_LANDMARK_ROLES),
+ role: PropTypes.string,
45
...composerPropTypesWithoutChildren
46
};
47
0 commit comments