Michael

Results 3 issues of Michael

Shouldn't axios.get... calls use await prefix? Currently I have typescript linter errors over all the reducers in getEntities and getEntity "Async arrow function has no 'await' expression." JHipster version used...

theme: react
$100
$$ bug-bounty $$
area: cleanup

Hi there, [For solution please see below] here is part of my code ... const [code, setCode] = useState(''); const onChange = (code) => { setCode(code) } ... It renders...

Hello, I have a micro front end architecture with shell app and remote apps following webpack module federation approach. I add ToastContainer to shell app but my remote apps seem...