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
In the ttd/frontend-test app, some (untouched?) data model fields suddenly changed when using a newer version of app-lib-dotnet. This was an unexpected/breaking change.
Steps To Reproduce
Switch to use project references in ttd/frontend-test, and point them to the latest main branch in app-lib-dotnet
Run the end-to-end test in app-frontend called all-process-steps
This turned out to be our mistake in app-frontend-react. 🙌 The app we tested here used v8.0.0, and when I upgraded to newer versions (including v8.3.7 as mentioned above), the types got better, not worse. We had in fact initialized our data with empty strings in these cases, so it should be expected that backend stores that for us - not null.
Description of the bug
In the
ttd/frontend-test
app, some (untouched?) data model fields suddenly changed when using a newer version ofapp-lib-dotnet
. This was an unexpected/breaking change.Steps To Reproduce
ttd/frontend-test
, and point them to the latest main branch inapp-lib-dotnet
all-process-steps
Additional Information
The text was updated successfully, but these errors were encountered: