Cory Hughart
Cory Hughart
If you have no playlists or aren't a paying subscriber, `playlistArr` in `getPlaylists.genSonglists` is undefined. A falsey check allows for an empty array to be returned, and the script will...
### Current behaviour After the v2 update, the passing of a `position` ref no longer works. This would be useful for animating other components according to the pager view position...
**Is your enhancement related to a problem? Please describe.** Attempting to add an SVG onto a page/post with the image block presents all sorts of issues. The core image block...
My app was crashing on open using v1.0.0, and there were vague messages pointing to this module in the add logcat. Recompiling seems to have fixed the error.
Might be a good idea to consider using GitHub releases?
Clicking the undo button completely wipes the entire drawing. When I sketch, I sometimes draw a line a few times before I'm satisfied with how it looks, but with this...
Currently, the svg element for the sketch block only includes the `role="image"` attribute, and the containing element has an inline style to control the height. This works ok, except that...
Sometimes when left running for a long time, the workflow goes a little nuts and seems to feed into itself, resulting in loads of `translate` tasks running. Seems like it...
Currently, the `serve` task is hardcoded to only watch the `dest` folders of the `scripts`, `styles`, and `blocks` tasks. Extend the task so that other task destination folders can be...
The [Human Made Webpack Helpers](https://github.com/humanmade/webpack-helpers) package includes hot module reloading for blocks. Digging into the code, it looks like this is provided by the [block-editor-hmr](https://github.com/kadamwhite/block-editor-hmr) package. Even though we're using...