Sravan S
Sravan S
Hello @jln-dk thanks for the PR. but, I think, you can use `useChannelContext` hook to access current channel.. Wouldnt this solve your requirement? https://codesandbox.io/s/2-5-customizing-messageinput-forked-or4lm8?file=/src/CustomizedMessageInput.js:827-871 As in here ^^
Yeah, your ideas makes sense, we would also wanted to do it this way.. But there were some logistic constraints that we had to deal with. Lets see if we...
I might have a related issue, `Uncaught TypeError: Failed to execute 'animate' on 'Element': 'function (a){return a}' is not a valid value for easing ` Could also be related to...
The issue got sorted out when I updated the neon-animations version to 1.2.4
I got a crude workaround for this issue. It works if you are using something like paper-dropdown-menu. You can check this [ link ](https://github.com/sravan-s/iron-list/tree/issue%23242) or [here](https://github.com/PolymerElements/iron-list/compare/master...sravan-s:issue%23242?expand=1#diff-b97995700c5da5fa638d0324b5f3f861R1441) for the fix. I...