Rotem Harel
Rotem Harel
Hi @songpol, I suggest that instead of fetching notes for each task, you'll fetch the notes for each list. This will reduce the number of HTTP calls and should make...
@paulcollett is referring to the `reCalculateColumnCount` method defined here: https://github.com/paulcollett/react-masonry-css/blob/85083b8143e6b25a1b083ba19d81e777bb64b4bc/src/react-masonry-css.js#L42 Implementing the above solution would look something like that: ```js class MyComponent extends React.Component { constructor() { super(); this.masonryRef =...
I changed `config.xml` to use the new plugins configuration format. ``` ``` I managed to build and run, but I receive this error in the console when trying to scan:...
It crashes for me as well!