Ervin Kalemi
Ervin Kalemi
Any update? This is still happening even in the last version.
If you're wondering how to use `utils.mapPlainTextIndex` in the new version `3.0.2` this is how I got it to work. Basically instead of passing `markup`, you need to pass an...
@filippofilip95 my snippet / workaround is for `3.0.2`. I haven't upgraded to `3.1.0` yet. P.S. Apologies for the delay.
Have you added the following in your app's bootstrap? ``` require "sidekiq/throttled" Sidekiq::Throttled.setup! ``` I was having the same issue, plus the throttler wasn't working at all, but once I...
Looking for the 10016 error code meaning as well.
I was facing the same issue and after hours of debugging, I noticed that one image URL I had included in the .erb template, was not reachable. It worked on...
Any idea why the LoadingIndicator is not rendered for me? Anything I need to set in the props? I'm using the latest version 2.3.0. Thanks in advance **UPDATE**: Need to...