Trevor C
Trevor C
I just submitted a somewhat related issue. The problem shows up in the example code. https://github.com/xobotyi/react-scrollbars-custom/issues/170 Get a good look at the attached screenshot.
> Are you using it in a web project? What kind and version of building/packaging tool is used? I'm using it in a web project using create-react-app and TypeScript. "react":...
This would be useful.
This is related to https://github.com/reactjs/react-modal/issues/675
I found a work around to this. In the function that gets called onClick I blur off of the input field/button before opening the modal and it appears to have...
@mattlub yeah that would work great.
I've encountered the same error and have not found a solution.
I found a solution that works for me and resolves this issue. I had to wrap it with both the IntlContextProvider and the IntlProvider. Which included adding all of the...