Jettechnologies

Results 2 comments of Jettechnologies

here is the updated typescript version of the proposed useMediaQuery fix been proposed above **useMediaQuery hook** ``` import { useEffect, useState } from "react"; export interface UseMediaQueryParam { breakpoint: number;...

> I've solved the problem by make custom hook that act like the responsive property in the library > > ``` > import { useEffect, useState } from "react"; >...