Sam B

Results 2 issues of Sam B

Guys, Can a route have multiple paths? For example, I want 'test/:id' and 'test/blahblah/:name/:id' to go to the same page and have the same code executed. ` export default {...

Hi, I'm using the displayBottomUpwards property for chat purposes, but I've noticed a bug. Upon 1st time rendering, the scrollTop of the container is essentially equal to the scrollHeight. That...