8 ms·
Intro code snippet has two buttons ("+" and "-") in an HStack. Expected them to be arranged horizontally but in the accompanying screenshot they're stacked vert
by staplung 5mo ago
Intro code snippet has two buttons ("+" and "-") in an HStack. Expected them to be arranged horizontally but in the accompanying screenshot they're stacked vertically. Is that intentional?
- irq-1 5mo agogova: build failed: exit status 1 # counter ./main.go:20:16: cannot use Counter{} (value of struct type Counter) as gova.View value in return statement: Counter does not implement gova.View (missing method viewNode) Not encouraging. You can't add 'viewNode' since it's not exported... I guess they changed the API and didn't update the code or picture.
- namanvyas 5mo agoFixed it