WordPress Gutenberg react make import of __experimentalUseInnerBlocksProps which is no more experimetal

Ok, this is probably the easiest workaround I was able to find, but if someone has better idea, then feel free to post it here 😉 import { __experimentalUseInnerBlocksProps, useInnerBlocksProps, } from ‘@wordpress/block-editor’; if( typeof useInnerBlocksProps == ‘undefined’ ){ var compatibleUseInnerBlocksProps = __experimentalUseInnerBlocksProps; }else{ var compatibleUseInnerBlocksProps = useInnerBlocksProps; } so basically I can import both … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)