Yuval

Results 2 comments of Yuval

@ChetanGandhi is correct, The docs are out of date. This is from the [official docs](http://google.github.io/material-design-icons/#icon-font-for-the-web) ``` @font-face { /*...*/ src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype'); }...

IMHO, This is a serious limitation regarding integration with other libraries. I've been trying to use `react-mentions` along with [react-hook-form](https://react-hook-form.com/), but the latter use some event properties like `target.name`. For...