UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

9 lines (6 loc) 270 B
import { forwardRef } from 'react'; // I have no idea how any of this works. But it works. Thanks Jared. https://gist.github.com/jaredpalmer/80982b3d787359762506fce578108358 function forwardRefWithUse(comp) { return forwardRef(comp); } export { forwardRefWithUse };