How to use the WordPress < LinkControl /> Component

LinkControl is an experimental component, so it’s declared differently in blockEditor package

try this as an import statement, this worked for me:

const {__experimentalLinkControl } = wp.blockEditor;
const LinkControl = __experimentalLinkControl;

Leave a Comment