Débora Gonçalves

Results 4 issues of Débora Gonçalves

My saga is calling twice, already put take and takeLatest, but it didn't work. The another sagas called normal. ``` export const postProductRequest = async (data) => await API.post('product', data);...

bug

if have the object ``` { name: "Test", User: { name: "Test 2" } } ``` I need access the User.name in dataFields, how make this ?

Auto focus false not working, when i click in other input, scrolling automaticaly to currencyInput, any solution ? [https://media.giphy.com/media/1mssFMXlG3mORJt03j/giphy.gif](url) ``` import React, { Component } from 'react'; import CurrencyInput from...

How disabled field ?