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
Any updates on this? I'm facing the same issue for {@link Something.type}. When I replace it with {@link Something["type"]}, it throws the following error:
tsdoc-reference-missing-dot: Expecting a period before the next component of a declaration reference
Any updates on this? I'm facing the same issue for {@link Something.type}. When I replace it with {@link Something["type"]}, it throws the following error:
tsdoc-reference-missing-dot: Expecting a period before the next component of a declaration reference
For example,
{@link type}
gives this error:Originally posted by @diegosogari in #148 (comment)
The text was updated successfully, but these errors were encountered: