chore: next version upgrade (#4291)

This commit is contained in:
Piyush Gupta
2024-11-14 18:03:05 +05:30
committed by GitHub
parent a8ab4aaf2e
commit 98181bfe6c
178 changed files with 1454 additions and 1213 deletions
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-unsafe-call -- required */
/* eslint-disable no-console -- debugging*/
import React, { useEffect, useMemo, useRef, useState } from "react";
import React, { type JSX, useEffect, useMemo, useRef, useState } from "react";
import { Modal } from "react-native";
import { WebView, type WebViewMessageEvent } from "react-native-webview";
import { FormbricksAPI } from "@formbricks/api";