When trying to inspect any modal or overlay elements, I am facing an issue with react-devtools. It shows timeout while inspecting element.
When trying to inspect any modal or overlay elements, I am facing an issue with react-devtools. It shows timeout while inspecting element.
Same problem here although it works sometimes when I try to import like that:
import { connectToDevTools } from "react-devtools-core";
if (__DEV__) {
connectToDevTools({
host: "localhost",
port: 8097,
});
}
This happening to me right now! After I use onSwipe listener.My onSwipe there is a function attached that dispatch my reducer and boom. "Timed Out While Inspecting Element 400".