Tomas Paronai

Results 5 comments of Tomas Paronai

@shqld OH! Reloading the VSCode actually did it!

I have set max lines 4. On first load I have 4 lines. I click on the text, it expands. Than I click to collapse, it collapses to 4 and...

I am interested in this as well +1

@jamesisaac Thanks for answering :) So should I define it after imports in file where root component is?

@prsn This is my suggestion for `getItem`. Notice callback in `tx.executeSql`: ```javascript function getItem(key, cb = noop) { return new Promise((resolve, reject) => { dbResolver.then( db => { db.transaction((tx) =>...