File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable react-hooks/rules-of-hooks */
2- import {
3- createLoader ,
4- InferLoaderData ,
5- withLoader ,
6- } from "@ryfylke-react/rtk-query-loader" ;
72import { useRef , useState } from "react" ;
3+ import { withLoader } from "../../src/withLoader" ;
4+ import { createLoader } from "../../src/createLoader" ;
5+ import { InferLoaderData } from "../../src/types" ;
86import { aggregateToQuery } from "../../src/aggregateToQuery" ;
97import {
108 Pokemon ,
Original file line number Diff line number Diff line change 11/* eslint-disable react-hooks/rules-of-hooks */
2- import {
3- createLoader ,
4- withLoader ,
5- } from "@ryfylke-react/rtk-query-loader" ;
62import userEvent from "@testing-library/user-event" ;
73import { useState } from "react" ;
4+ import { withLoader } from "../../src/withLoader" ;
5+ import { createLoader } from "../../src/createLoader" ;
86import {
97 useGetPokemonByNameQuery ,
108 useGetPokemonsQuery ,
You can’t perform that action at this time.
0 commit comments