rasteiner / conditionalblocks

Kirby 3 plugin: disables blocks in layout fields when the column width does not match the block requirements
MIT License
20 stars 0 forks source link

Errors in Kirby 3.8.3 #4

Closed MikeHarrison closed 1 year ago

MikeHarrison commented 1 year ago

Hi,

I have updated a site using Conditional Blocks to Kirby 3.8.3, and am getting some console errors in the panel caused by the plugin:

TypeError: cannot use 'in' operator to search for "default" in "constraints" Uncaught TypeError: this.$el is undefined

Happy to provide any additional info if needed

rasteiner commented 1 year ago

Thanks for the notice. :) Looks like something in Vue changed between Kirby releases.

Version 0.0.3 should work in kirby 3.8

MikeHarrison commented 1 year ago

Hi - I have just updated and this fixes the issue. Thanks for the quick response and quick fix :)