Eduardo Sutil
Eduardo Sutil
> +1 What do these mean? what should I do to fix this? When a error occurred, the mesaage was generic. With this commit, the message turns objective!
Here is an example for money mask https://gist.github.com/Sutil/5285f2e5a912dcf14fc23393dac97fed ```tsx "use client"; import { useReducer } from "react"; import { FormControl, FormField, FormItem, FormLabel, FormMessage, } from "../ui/form"; // Shadcn UI...
I made a wrapper. https://gist.github.com/Sutil/5285f2e5a912dcf14fc23393dac97fed
The .env is not loaded when using the --import option. `firebase emulators:start --export-on-exit --import `. When using only `firebase emulators:start`, it is working fine.