Troubleshooting
TypeScript Users
If you encounter TypeScript issues with this library:
- Ensure that your TypeScript configuration allows the use of third-party libraries without type definitions.
- If necessary, temporarily use the
//@ts-ignore
directive above the import statement to suppress errors://@ts-ignore
import useFetcher, { InfiniteScroll } from "endlessflow";