-
Hey @samwillis before, thank you for amazing PGlite 🙏 I have a problem, I am trying to sync my electric server data to my local table in PGlite, but it's always showing an empty array. I don't have any idea where the problem is. This is my GitHub repo: https://github.com/mfaridzia/electric/blob/main/src/PgLite2.tsx Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I had this problem as well, I believe the latest version of electric has changed some properties of the return types: |
Beta Was this translation helpful? Give feedback.
-
Well spotted, we haven't updated the plugin to match this change to the sync server: electric-sql/electric#1481 @balegas may be a good one for you to take a look at as you wanted to work on the sync plugin? tracking issue here: #260 |
Beta Was this translation helpful? Give feedback.
-
Fixed by #263 |
Beta Was this translation helpful? Give feedback.
Fixed by #263