aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-07-26 19:58:46 -0600
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-07-27 15:14:11 +0530
commit998d229d2978ea4418cb5dab3390b8901f0c2cb3 (patch)
tree3f0932493d4e6cdd24d50fb407c5eda913b3a360 /src/@types
parent6.4.1-nightly.13 [skip ci] (diff)
downloadferdium-app-998d229d2978ea4418cb5dab3390b8901f0c2cb3.tar.gz
ferdium-app-998d229d2978ea4418cb5dab3390b8901f0c2cb3.tar.zst
ferdium-app-998d229d2978ea4418cb5dab3390b8901f0c2cb3.zip
chore: upgrade mobx-react-form to latest
- upgrade mobx-react-form from v3 to v6 - remove stub mobx-react-form.d.ts since the dependency is written in TS now - remove as any cast for new Form invocation in invite.tsx - reuse Error component in Radio.tsx to get validation error message in red - use FieldInterface type for field property instead of typeof Field in Radio.tsx
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/mobx-react-form.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/@types/mobx-react-form.d.ts b/src/@types/mobx-react-form.d.ts
deleted file mode 100644
index 4e19dc1c2..000000000
--- a/src/@types/mobx-react-form.d.ts
+++ /dev/null
@@ -1 +0,0 @@
1declare module 'mobx-react-form';