You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thus I cannot include it from the built javascript files.
Why it's needed
I found perhaps another related issue with useQuery. It does not disconnect queries on the unmount of the hosting component. In a fix I made for this issue I needed access to the QueryRef constructor. Should this related issue I'll create another ticket for this error with a repro.
The text was updated successfully, but these errors were encountered:
What
It seems like
QueryRef
is missing from https://github.com/dustinlacewell/react-ecs/blob/master/libs/core/src/lib/index.tsThus I cannot include it from the built javascript files.
Why it's needed
I found perhaps another related issue with
useQuery
. It does not disconnect queries on the unmount of the hosting component. In a fix I made for this issue I needed access to theQueryRef
constructor. Should this related issue I'll create another ticket for this error with a repro.The text was updated successfully, but these errors were encountered: