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
Current behaviour
We have some chaos happening in our General/Models.elm file right now. What we would really want is make our main model like
{panelData: PanelData
,authData: AuthData
}
``` etc.
We would also refrain from initializing the models manually in the main Model file. Instead we would just say
authData = Auth.Models.initialData
Should be way clearer!
The text was updated successfully, but these errors were encountered:
Type
Refactor
Current behaviour
We have some chaos happening in our General/Models.elm file right now. What we would really want is make our main model like
authData = Auth.Models.initialData
The text was updated successfully, but these errors were encountered: