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
The bug is that we expect foo to initially be someProperty, but someData may not yet be available and we end up setting [] as the value of foo on first render.
Example:
The bug is that we expect
foo
to initially besomeProperty
, butsomeData
may not yet be available and we end up setting[]
as the value offoo
on first render.Since property assignment is non-reactive, we should warn of this bug, and suggest using
@localCopy
from https://github.com/tracked-tools/tracked-toolboxso that changes to
someProperty
used infoo
The text was updated successfully, but these errors were encountered: