-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix-pagination-get-all-users #64
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
/* eslint-disable react-hooks/exhaustive-deps */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
import { ReactNode, useEffect, useState } from 'react'; | ||
import { ReactNode, useEffect, useRef, useState } from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
76ddc0a
to
af441ed
Compare
af441ed
to
7914f10
Compare
7914f10
to
8822e7b
Compare
8822e7b
to
9bd7347
Compare
9bd7347
to
6a5e221
Compare
6a5e221
to
2614dfd
Compare
2614dfd
to
0ceb3df
Compare
0ceb3df
to
570fd00
Compare
570fd00
to
7156c93
Compare
@@ -0,0 +1,64 @@ | |||
/* eslint-disable @typescript-eslint/no-explicit-any */ | |||
import { createAsyncThunk, createSlice, PayloadAction } from '@reduxjs/toolkit'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
@@ -0,0 +1,64 @@ | |||
/* eslint-disable @typescript-eslint/no-explicit-any */ | |||
import { createAsyncThunk, createSlice, PayloadAction } from '@reduxjs/toolkit'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
####What does this PR do?
This PR addresses the issue of pagination on get all users
How should this be manually tested?
1.Clone the repo and cd into it
2.Checkout to fix-pagination-getallusers and run npm install
3.Run npm run dev to start the application locally
3.login as admin and navigate to dashboard and try to utilize and use pagination on page of users