You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i go to webpage, it does not open and in the console it says "Uncaught (in promise) Error: Error on typia.assert(): no transform has been configured. Read and follow https://typia.io/docs/setup please.".
I'm probably doing the setup wrong. I would be glad if you help.
The text was updated successfully, but these errors were encountered:
Question
Hello, i am trying to use this library in nuxt 3 application. I followed the instructions on the webpage, but i am getting an error.
What i did
const registerData = ref<IRegisterUser>({ firstName: "", lastName: "", email: "", password: "", confirmPassword: "" }) assert<IRegisterUser>(registerData.value);
I'm probably doing the setup wrong. I would be glad if you help.
The text was updated successfully, but these errors were encountered: