Danny Nemer

Results 2 issues of Danny Nemer

### Describe the bug When using the `Card` component in Beta 8 or later, animations of components inside the card (e.g., hover with `Button`) experience a significant lag. Merely downgrading...

bug
pending review

The following are steps to reproduce an issue I am experiencing. First, create an index and add a two-word String: ``` javascript var index = lunr(function () { this.ref('ref') this.field('text')...