MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / customDropdownRender

Function customDropdownRender

src/testUtils.js:44–50  ·  view source on GitHub ↗
(ui, providerProps)

Source from the content-addressed store, hash-verified

42
43// Custom render for Dropdown with provider props
44export const customDropdownRender = (ui, providerProps) => {
45 return render(
46 <DropdownContext.Provider value={providerProps}>
47 {ui}
48 </DropdownContext.Provider>,
49 );
50};

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…