Is it possible to pass the Connector hook from wagmi over the windows postMessage API? #2555
Unanswered
izuchukwu-eric
asked this question in
Q&A
Replies: 1 comment
-
any updates here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently trying to pass the Connector hook from wagmi over the window postMessage API, but i keep getting the below error: I would like to know if this actually possible? and is the Connector hook serializable? I have also tried converting the circular structure to JSON but no luck yet
Here is what my code looks like
The types file:
Where i call postMessage:
would appreciate any tip on how to go about this
Beta Was this translation helpful? Give feedback.
All reactions