Posts by Diego • 126 points
3 posts
-
3
votes2
answers192
viewsA: How to pick specific field of an object array using the material ui autocomplete component
I believe the following code can solve your problem import * as React from 'react'; import {render} from 'react-dom'; import {Formik, Form, Field} from 'formik'; import {Button, LinearProgress} from…
-
0
votes2
answers84
viewsQ: How to pick a number in the middle of a string
I’m trying to get a number inside a url https://pokeapi.co/api/v2/ability/35/ This number may vary from 1 4 digits ago. I want to catch the number 35 but with my current regex I’m catching the 2 +…
-
-1
votes1
answer170
viewsQ: Because when I install Axios in my next application I can’t run it?
I’m learning Nextjs and wanted to create a project with Next and Axios but whenever I install Xios the application stops working. Note: this project also has Typescript and Styled-Components…