Hey,
after installed the gutenberg 8.6 plugin, I get this new PHP notice: Undefined property: WP_Block_Type::$supports

I have a pull request open at https://github.com/WordPress/gutenberg/pull/24131 to solve the issue. In the meantime, the easiest solution is probably to add supports => [] to the blocks throwing the error if possible.
closed by #24131
The bug returned after refactoring: #24351
Most helpful comment
I have a pull request open at https://github.com/WordPress/gutenberg/pull/24131 to solve the issue. In the meantime, the easiest solution is probably to add
supports => []to the blocks throwing the error if possible.