EventEmitter.removeListener('didUpdateDimensions', ...): Method has been deprecated.
Faisals3 opened this issue · 0 comments
Faisals3 commented
Hello
I am getting the following warning :
EventEmitter.removeListener('didUpdateDimensions', ...): Method has been deprecated. Please instead use remove()
on the subscription returned by EventEmitter.addListener
.
when I used the bottom sheet component
any idea or help how to avoid it ? I think it's related to the component it self and how it's built