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
After PR #1703 added some new IDL types, the following autolink references are now ambiguous:
LINK ERROR: Multiple possible 'idl' local refs for 'displayName'.
Randomly chose one of them; other instances might get a different random choice.
{{displayName}}
LINK ERROR: Multiple possible 'idl' local refs for 'transports'.
Randomly chose one of them; other instances might get a different random choice.
{{transports}}
LINK ERROR: Multiple possible 'idl' local refs for 'rp'.
Randomly chose one of them; other instances might get a different random choice.
{{rp}}
LINK ERROR: Multiple possible 'idl' local refs for 'user'.
Randomly chose one of them; other instances might get a different random choice.
{{user}}
The text was updated successfully, but these errors were encountered:
After PR #1703 added some new IDL types, the following autolink references are now ambiguous:
The text was updated successfully, but these errors were encountered: