import {render, screen} from '@testing-library/react'; import {useId} from '../../src'; function App() { const id = useId(); return