We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb97c7 commit ad43016Copy full SHA for ad43016
.changeset/dull-monkeys-sin.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-mentions": patch
3
4
+
5
+typing fix in SuggestionsOverlay.js
src/SuggestionsOverlay.js
@@ -153,7 +153,7 @@ SuggestionsOverlay.propTypes = {
153
isOpened: PropTypes.bool.isRequired,
154
onSelect: PropTypes.func,
155
ignoreAccents: PropTypes.bool,
156
- customSuggestionsContainer: PropTypes.any,
+ customSuggestionsContainer: PropTypes.func,
157
containerRef: PropTypes.oneOfType([
158
PropTypes.func,
159
PropTypes.shape({
0 commit comments