if (element?.href?.file) {
    const {key, ...otherAttributes} = attributes;

    return (
      <FileLink key={key}