signavio / react-mentions

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

useStyles missing style prop in LoadingIndicator component #423

Open muyiwaoyeniyi opened 4 years ago

muyiwaoyeniyi commented 4 years ago

Steps to reproduce: Error shows up when isLoading prop is passed into Mention component. Since the prop loads up the LoadingIndicator component, it shows an error because the style prop in LoadingIndicator isn't passed into useStyles. See images below.

Expected behaviour: isLoading shouldn't throw an error

Workaround: None that I'm aware of

image 2 image

willtrking commented 4 years ago

I noticed this as well. I tried manually specifying the styles specified in https://github.com/signavio/react-mentions/issues/259 without any luck.

Dricosta commented 3 years ago

I'm trying the same problem, when the isLoading prop is passed, returns style of undefined

cmwint commented 3 years ago

I'm running into this same issue. @jfschwarz do you have any update on if this will be fixed in the near future?

abhijithvijayan-kubric commented 3 years ago

any updates on this?

alinakhu22 commented 2 years ago

Hi guys! Do you have any luck in solving this problem?