thron7

Results 3 issues of thron7

### Expected Behavior $ npx ts-node > let a = 3 undefined > 3 + 4 7 > .type a let a: number > 3 + 4 7 ### Actual...

bug
windows

Vaadin 21.0.2, @vaadin/router 1.7.4 here. With a route configuration like this ``` { path: 'foo', component: 'foo-view', title: 'Foo', children: [ { path: 'bar', component: 'bar-view', title: 'Bar' }] }...

### Describe the bug First off, thanks for Spoon! I'm new to Spoon and tried to start the new JavaFX UI following the description in `spoon-visualisation/README.md`. After running `mvn clean...

bug