All Questions
2 questions
1
vote
1
answer
1k
views
Error: Invalid hook call - when calling a Modal component
When I try to call the Modal component I'm getting this error -
Error: Invalid hook call. Hooks can only be called inside of the body
of a function component. This could happen for one of the ...
0
votes
1
answer
702
views
React-bootstrap table not refreshed after axios call
I have a table that workig perfectly on page load, that page also include a modal component to update a line of the table, I'm using a custom hook to makes API calls and it works well.
The problem is ...