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
I'm not sure if this is related to #10 or not, but we recently found that a hard refresh of our app on a page that renders at least one portal does not call the onChange function that's passed to PortalTarget. We worked around this by moving our updating to use the yielded count which does have the right value.
Is this a bug or intended behavior?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is related to #10 or not, but we recently found that a hard refresh of our app on a page that renders at least one portal does not call the
onChange
function that's passed toPortalTarget
. We worked around this by moving our updating to use the yieldedcount
which does have the right value.Is this a bug or intended behavior?
The text was updated successfully, but these errors were encountered: