79236122

Date: 2024-11-29 07:12:43
Score: 0.5
Natty:
Report link

in my case, i was importing the function using require instead of import

from:

const { useQuery } = require("@tanstack/react-query");

to:

import { useQuery } from "@tanstack/react-query";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zulfikar Ahmad