Marlon McKinnie

Results 4 issues of Marlon McKinnie

## Bug Report ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 3.5.1 @capacitor/core: 3.5.1 @capacitor/android: 3.5.1 @capacitor/ios: 3.5.1 Installed Dependencies: @capacitor/cli: 3.3.4 @capacitor/android: 3.5.1 @capacitor/ios: 3.5.1 @capacitor/core:...

## Bug Report ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 3.5.1 @capacitor/core: 3.5.1 @capacitor/android: 3.5.1 @capacitor/ios: 3.5.1 Installed Dependencies: @capacitor/cli: 3.3.4 @capacitor/android: 3.5.1 @capacitor/ios: 3.5.1 @capacitor/core:...

I've been digging into how to implement aggregates for a single type in my project and here is an example I've found that seems pretty reasonable however I'm at a...

When I click the expand or checked buttons nothing happens. I checked deeper and I see that ``` expandNode(node) { const expended = !node.expanded this.setAttr(node, 'expanded', expended) this.setAttr(node, 'hasExpended', true)...