reasonml-community/bs-downshift

Uncaught TypeError: t.extGetItemProps is not a function

ethangodt opened this issue · 3 comments

react-dom.development.js:9627 The above error occurred in the <Downshift> component:
    in Downshift (created by GroupsList)
    in div (created by GroupsList)
    in GroupsList (created by Popup)
    in div (created by ViewWrapper)
    in ViewWrapper (created by Popup)
    in div (created by Popup)
    in Popup (created by App)
    in App

Uncaught TypeError: t.extGetItemProps is not a function
    at Array.getItemProps (Downshift.bs.js:13)
    at eval (GroupsList.bs.js:113)
    at Object._2 (curry.js:127)
    at Object.mapi (array.js:122)
    at eval (GroupsList.bs.js:111)
    at Downshift.render (downshift.esm.js:856)
    at finishClassComponent (react-dom.development.js:8377)
    at updateClassComponent (react-dom.development.js:8345)
    at beginWork (react-dom.development.js:8966)
    at performUnitOfWork (react-dom.development.js:11798)

It can't seem to find

extGetItemProps(t, itemPropsOpt);

When I look at the t argument in the console it contains these methods:

[
"getRootProps",
"getButtonProps",
"getLabelProps",
"getInputProps",
"getItemProps",
"reset",
"openMenu",
"closeMenu",
"toggleMenu",
"selectItem",
"selectItemAtIndex",
"selectHighlightedItem",
"setHighlightedIndex",
"clearSelection",
"clearItems",
"setItemCount",
"unsetItemCount",
"itemToString",
"id",
"highlightedIndex",
"inputValue",
"isOpen",
"selectedItem"
]

Same issue..

rabet commented

Same issue here :(