jsr
jsr copied to clipboard
JSDoc deprecated message not shown in overview symbol page
/**
* @deprecated Use {@link FreshContext} instead
*/
export type PageProps<Data = unknown, T = unknown> = FreshContext<T, Data>;
From https://jsr.io/@marvinh-test/[email protected]/doc/compat/~
Going to the symbol directly shows the deprecated message:
suggested solution: the jsdoc content in the overview (which the in the screenshot says no documentation available) should show the depecreated message instead if that is available.