Moved the Button() for saving the game in the GameInputView outside the if let firstID = gameViewModel.selectedGameIDs.first check since it should always be visible. Fixes this bug reported on Discord
Also updated the swift-markdown-ui package to resolve an issue with circular references
Moved the
Button()
for saving the game in theGameInputView
outside theif let firstID = gameViewModel.selectedGameIDs.first
check since it should always be visible. Fixes this bug reported on DiscordAlso updated the
swift-markdown-ui
package to resolve an issue with circular references