We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac7b951 + 037881a commit 0b5d60cCopy full SHA for 0b5d60c
1 file changed
src/utils/query/RainbowKitWithParaProvider.tsx
@@ -20,6 +20,7 @@ const rainbowKitTheme: Theme = {
20
export const RainbowKitWithParaProvider = (props: RainbowKitProviderProps) => {
21
const [paraData, setPara] = useState<Awaited<ReturnType<typeof loadPara>> | null>(null)
22
23
+ // Dynamically load para
24
useEffect(() => {
25
loadPara().then(setPara)
26
}, [])
0 commit comments