Transfer QuerycClient to 3rd part library #2033
Unanswered
cubecleveland
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I do not understand what you are trying to do. That being said, the query cache is basically just an object. You can get it from the queryClient. The queryClient is the class you create with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a 3rd party component that renders columns on the DOM from an external JS library.
Each of those coloumns have ob his own a formatter that is transfered a JSK element to render on screen.
How can i transfer the query client to that element so i can consume muation on on clikc event.
Right now im getting query client is undefined
Any elegant way to do so..... can i transfer the entorie obejct to the parent element ref and then use it ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions