mattcrn

Results 7 comments of mattcrn

I can confirm this is true for Firefox and Firefox Developer, but the animations work on the nightly build (Although I still get the notice about the invalid properties). Seems...

I have the same problem with nuxt-auth. Downgrading as a helped as a workaround.

Here is a solution that works for me locally: Similar to block.js I added a `frontend.js` in the block and src folder. Then, in the cgb-scripts folder, I added the...

In my opinion any unnecessary Javascript should be avoided in the frontend. Loading RegisterBlockType for every block when its not needed will just increase loading times. That's why I would...

So I probably misunderstood something, but it seemed to me like @drdogbot7 is suggesting to load all editor javascript in the frontend as well. (With the enqueue_block_assets hook) So all...

If @drdogbot7's suggested solution is the one that should be used, then the documentation should reflect that I guess. In my opinion a a solution where the editor javascript is...

Ok, I see, I will take a look at this.