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
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
Issue occurs when using app-sync 3.2.0 and navigation 2.3.5 together.
During the build process, the code generated by app-sync results in two @nullable.
Issue occurs when using app-sync 3.2.0 and navigation 2.3.5 together.
During the build process, the code generated by app-sync results in two @nullable.
ex> final @nullable @nullable List allAssets;
If the app-sync 3.2.0 version and navigation 2.3.0-alpha04 version are used together, they work in a formal manner.
The text was updated successfully, but these errors were encountered: