MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / Manager

Function Manager

__mocks__/react-popper.js:2–4  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

1
2export function Manager({ children }) {
3 return (children);
4}
5
6export const Popper = jest.fn(({ children, placement }) => {
7 return children({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…