Conversation
…in the docs-static directory
❌ 6 blocking issues (7 total)
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
| * It handles fetching messages, displaying them in a list, and showing individual message details. | ||
| * It also manages the state of the inbox, including loading state, selected message, and visible message impressions. | ||
| * | ||
| * @category React Components |
There was a problem hiding this comment.
tsdoc-undefined-tag: The TSDoc tag "@category" is not defined in this configuration [eslint:tsdoc/syntax]
| * It also manages the state of the inbox, including loading state, selected message, and visible message impressions. | ||
| * | ||
| * @category React Components | ||
| * @group React Components |
There was a problem hiding this comment.
tsdoc-undefined-tag: The TSDoc tag "@group" is not defined in this configuration [eslint:tsdoc/syntax]
| * Launch the application from the background in Android devices. | ||
| * | ||
| * Android only. | ||
| * @group Android only. |
There was a problem hiding this comment.
tsdoc-undefined-tag: The TSDoc tag "@group" is not defined in this configuration [eslint:tsdoc/syntax]
| * Android only feature: This controls whether the SDK should enforce encryption for all PII stored on disk. | ||
| * By default, the SDK will not enforce encryption and may fallback to unencrypted storage in case the encryption fails. | ||
| * | ||
| * @group Android only. |
There was a problem hiding this comment.
tsdoc-undefined-tag: The TSDoc tag "@group" is not defined in this configuration [eslint:tsdoc/syntax]
| * | ||
| * @returns The current app state. | ||
| * | ||
| * @category Hooks |
There was a problem hiding this comment.
tsdoc-undefined-tag: The TSDoc tag "@category" is not defined in this configuration [eslint:tsdoc/syntax]
| * @returns The current app state. | ||
| * | ||
| * @category Hooks | ||
| * @group Hooks |
There was a problem hiding this comment.
tsdoc-undefined-tag: The TSDoc tag "@group" is not defined in this configuration [eslint:tsdoc/syntax]
🔹 JIRA Ticket(s) if any
✏️ Description