You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I added text into Typeahead field I saw the following error in my console
react-dom.development.js:545 Warning: A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed "javascript: void 0;".
When i look at the selector item rendered by typescript I see this
The text was updated successfully, but these errors were encountered:
ConnectedReasoning
changed the title
on entering text into Typeahead I get an warning/error message
Warning/Error message regarding javascript: URLs upon entering text
Aug 9, 2019
As I added text into Typeahead field I saw the following error in my console
react-dom.development.js:545 Warning: A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed "javascript: void 0;".
When i look at the selector item rendered by typescript I see this
The text was updated successfully, but these errors were encountered: