nikhils4 / react-currency-conv

React component as an npm package for currency conversion. Supports fetching the latest and historical currency exchange rate based on the input date along with specific precision.

Home Page:https://www.npmjs.com/package/react-currency-conv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State changes not causing a re-render

div-cowboy opened this issue · comments

commented

I'm trying to use this plugin to make a state-based currency converter.

When I update the state on the converter component, there is no rerender of the final value unless I do a hard refresh. How can I update this so that the currency changes in real time? Thanks

@iamkratos Thank you for reaching out, I am looking into this and will get back to you as soon as I and done.