-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: Crash info token pages #11358
base: develop
Are you sure you want to change the base?
fix: Crash info token pages #11358
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Skipped Deployments
|
86ef63a
to
c7d8923
Compare
c7d8923
to
756e412
Compare
PR-Codex overview
This PR focuses on improving type safety and error handling in the
TokenPage
andPoolsTable
components by refining the types of certain properties and implementing asynchronous data fetching with retry logic.Detailed summary
poolDatas
type inPoolTableProps
toPoolData[] | undefined
.TokenQueryResponse
structure inTokenPage.tsx
to useundefined
fortoken
andpool
.atomWithAsyncRetry
for fetching token data with error handling in bothTokenPage.tsx
andV3Info/TokenPage.tsx
.token
,pool
,transactions
, and charts in the new async logic.