kolivar

Results 18 comments of kolivar

I guess this should be tagged as 'enhancement'.

May be a better / safer practice doing that manually using `npm outdated` or `npx npm-check-updates -u`. Checking for breaking changes and backwards compatibility etc...

@davidjgonzalez it states `A Maven project already exists in the directory /Users/davidg/tmp/mysite`, maybe delete and redo?

Mhhhhh I am also on mac and running the above commands worked, Maybe try again? Platform and Version: macOS Ventura 13.0 Npm 6.14.15 Node v14.18.2 java 11.0.13 2021-10-19 LTS Java(TM)...

Hi there, I connect my component but when checking for errors, it always returns an empty object. Same goes with useFormikContext. ``` const MySchema = Yup.object().shape({ username: Yup.string().trim().required(`Cannot be left...

Actually my bad, I realized that I should not combine Formik and useFormik. Using Formik fixed that issue with empty error object.

Hi there, better late than never. I don't think it is an issue. Just for clarification, webpack-dev-server serves from memory. Meaning, it won't serve static files, meaning the `dist` folder...

Have you tried the following? ```` aio logout aio login `````