Chengxiang Wu

Results 4 comments of Chengxiang Wu

I find a workaround. I created a react hook instead using the build-width Provider and this works for me: ``` import { useState, useEffect } from "react"; function useWindowWidth(): number...