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
When building https://github.com/JRJurman/ua-character-guide, it was discovered that using a fragment broke global observables (potentially local observables as well). Components did not update when the state was updated in the store.
The work-around is to separate the component into it's own file.
The text was updated successfully, but these errors were encountered:
Summary
When building https://github.com/JRJurman/ua-character-guide, it was discovered that using a fragment broke global observables (potentially local observables as well). Components did not update when the state was updated in the store.
The work-around is to separate the component into it's own file.
The text was updated successfully, but these errors were encountered: