signavio / react-mentions

@mention people in a textarea
https://react-mentions.vercel.app
Other
2.4k stars 560 forks source link

Uncaught TypeError: this.renderControl is not a function on chrome extension #732

Open lbarrous opened 5 months ago

lbarrous commented 5 months ago

Steps to reproduce:

Just happening in a react app loaded into a chrome extension, I tried in other envs and it is working fine, but I don't understand which is the issue here.

  1. Create a component with typical example
  2. Load react app

Observed behaviour: image

Maybe anybody has had this issue before? Thanks a lot!