fix: bundler errors in React and Vue adapters should now be resolved (#447)

* fix: bundler errors in React and Vue adapters should now be resolved

* chore: replace use-isomorphic-layout-effect with dep for RN support
This commit is contained in:
Corbin Crutchley
2023-09-07 20:03:11 -07:00
committed by GitHub
parent 57c9f5fa7c
commit e3e60ccd41
12 changed files with 2122 additions and 416 deletions

View File

@@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "workspace:*",
"@tanstack/vue-form": "^0.2.0",
"vue": "^3.3.4"
},
"devDependencies": {

View File

@@ -1,7 +1,6 @@
<script setup lang="ts">
import { useForm } from '@tanstack/vue-form'
import FieldInfo from './FieldInfo.vue'
import { provideFormContext } from '@tanstack/vue-form/src'
const form = useForm({
defaultValues: {