You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2022. It is now read-only.
Explanation
On my terms (categories, tags...) I always get the following error:
It happens because props.authorName is
nullon my sites and the functions check theprops.authorName.length > 0:https://github.com/goaround/javascript/blob/12520ef960f8c1f7789c337354f160a3fc3ac98c/packages/social-metadata-previews/src/facebook/FacebookSiteAndAuthorNames.js#L66
I would suggest to check first if props.authorName is not null before checking the length.