Open thoiberg opened 6 years ago
Is there a fix for it planned? I'm also facing this problem.
However, Chrome delayed the removal for its M71 update this month (December 2018).
@oleblaesing I'll throw my suggested fix in a branch and see if it fixes it. If so, I'll raise a PR. Not sure if it will get merged but at least it will be a reference for anyone who needs to fix the issue.
Hi! 👋
I'm using using version 2.2.1 (via react-select), and I'm getting the following warning in my Chrome console:
Chrome link from the screenshot
This looks to be related to this line in the AutosizeInput.
Assuming Chrome is not lying to me it should be as simple as replacing the # with the %23 sign (and verifying it still works)
Happy to raise a PR for this if it makes sense?