We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8fdb1 commit 67a806dCopy full SHA for 67a806d
1 file changed
src/inApp/classes/IterableInAppMessage.ts
@@ -133,7 +133,6 @@ export class IterableInAppMessage {
133
*
134
* @param viewToken - The `ViewToken` containing the in-app message data.
135
* @returns A new instance of `IterableInAppMessage` populated with data from the `viewToken`.
136
- * @throws Error if the viewToken or its item or inAppMessage is null/undefined.
137
*/
138
static fromViewToken(viewToken: ViewToken) {
139
const inAppMessage = viewToken?.item?.inAppMessage as IterableInAppMessage;
0 commit comments