tinybase icon indicating copy to clipboard operation
tinybase copied to clipboard

StoreInspector doesn't seem to work on API generated Providers

Open gunta opened this issue 1 year ago • 1 comments

Describe the bug

StoreInspector does not work when using a Provider generated by tinybase getStoreApi.

I am not sure if this is expected behavior.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

No response

Expected behavior

No response

Screenshots or Videos

Screenshot 2024-03-08 at 8 21 09

Platform

No response

Additional context

No response

gunta avatar Mar 07 '24 23:03 gunta

Ah... this seems like a good old-fashioned bug.

jamesgpearce avatar Mar 11 '24 20:03 jamesgpearce

Yeah, this was also affecting schema-based typing too. Unless everything was using the same import, the global context wasn't a singleton. This is fixed in 5.2.2 and sorry it took so long :(

jamesgpearce avatar Sep 04 '24 23:09 jamesgpearce

Hi @jamesgpearce, I hit the same issue with 5.4.7.

appcoders avatar Feb 07 '25 19:02 appcoders