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
without ALSO passing in relevant relationships actions into the actions object of connect. The result was React silently handling the fail (of the componentDidMount i think?) but to the user of feathers-action-react it just appears as if the query is never executed.
i'd write a PR for this, but unsure how you would want this to throw @ahdinosaur :) can discuss tomorrow perhaps?
The text was updated successfully, but these errors were encountered:
i'd write a PR for this, but unsure how you would want this to throw
this is a programmer error, so throw as LOUDLY as possible. like throw new Error(...), or whatever makes it obvious what is happening to the programmer who is debugging this. unfortunately i don't see how we can detect this upfront.
just found this as the cause of my bug today 😅
i was trying to query against the
relationships
service using a query object likewithout ALSO passing in relevant
relationships
actions into theactions
object ofconnect
. The result was React silently handling the fail (of thecomponentDidMount
i think?) but to the user offeathers-action-react
it just appears as if the query is never executed.i'd write a PR for this, but unsure how you would want this to throw @ahdinosaur :) can discuss tomorrow perhaps?
The text was updated successfully, but these errors were encountered: