zej

Results 7 comments of zej

I was able to solve it using [``](https://formik.org/docs/api/errormessage) from Formik ```javascript import { Field, ErrorMessage } from 'formik'; return ( Date ) ``` Here's the schema ```javascript const validationSchema =...

Was wondering the same thing. For example the letter `a` is different too.

You are getting the warning because that lifecycle method is gonna be deprecated soon in the React framework. So you can use it for now just take notice of the...

I created a tool for this. It will generate `codebase.md` file which you can then add it to zed's context with the `/file` slash command ```bash bunx codebasemd ``` Configure...

I just found https://github.com/howljs/react-native-calendar-kit - haven't tested it though will do this weekend

Add this to the root of your package.json @dave-mp @andrejpavlovic ```jsonc { // ... "resolutions": { //