import { useRef } from 'react'; import { useRender } from './useRender'; /** Returns the number of times the component has been rendered * @example * function MyComponent() { * const renderCount = useRenderCount(); * return