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
If you provide a locale code string and receive a loading error, please make sure it is included in the list of date-fns' supported locales.
See: [object Object]
Environment
Description
Some components have the string "See: [object Object]" listed in the props description of the docs. For example:
DatePicker3 - https://blueprintjs.com/docs/#datetime2/date-picker3.props-interface (
locale
prop)DateInput3 - https://blueprintjs.com/docs/#datetime2/date-input3.props-interface (
dateFnsFormat
prop)Possible solution
It looks like the documentation build isn't correctly processing JSDoc
@see
tags linking to external sites:blueprint/packages/datetime2/src/common/dateFnsLocaleProps.ts
Lines 34 to 44 in 3f4a894
blueprint/packages/datetime2/src/components/date-input3/dateInput3Props.ts
Lines 38 to 45 in 3f4a894
Investigate root cause in documentalist
The text was updated successfully, but these errors were encountered: