Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinkTool error #55

Closed
AdversTM opened this issue Jul 4, 2022 · 1 comment
Closed

LinkTool error #55

AdversTM opened this issue Jul 4, 2022 · 1 comment

Comments

@AdversTM
Copy link

AdversTM commented Jul 4, 2022

LinkTool throws TypeError: Cannot read properties of undefined (reading 'url')
when passing the following data:
{ link: "https://example.com", meta: { title: "Example" } }
Probably missing ? here:

{ data.meta?.image.url && <img src={ data.meta?.image.url } alt='image of link' style={ imageStyle } className={ classNames.image } /> }

@dev-juju
Copy link
Owner

Resolved in V3.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants