Shrey Sachdeva
Shrey Sachdeva
Hey @muskankhedia @Harkishen-Singh, if I may put my two cents on this, I believe majority of the users would only be interested in viewing the analytics with charts but still,...
@Harkishen-Singh That makes sense, thanks for making it clear!
I would like to work on this issue.
@Harkishen-Singh It turns out that this happens only when the user inputs duplicate object keys, I somehow missed to pay attention to this before. What should be the ideal way...
@aquibbaig I think a simple approach would be to use a validation function in the input that shows a validation error to the user if there are duplicate keys in...
@aquibbaig Can we handle this on the front end itself by using [this](https://www.npmjs.com/package/react-detect-offline) library? We could show an alert snackbar if the connection is down.
I'm experiencing the same issue while trying to generate a base-64 PNG image. I'm loading the google fonts using `webfontloader`. Is this the only workaround to this? @MSCAU?
Hey @pranshuchittora, can you please assign this to me? Also, I noticed that the Avatar Component is rendering correctly but seems like a default `backgroundColor` is not set/being overridden.
Sure thing, thanks! @pranshuchittora
@pranshuchittora This issue seems to be originating from the library itself. I believe the Avatar component is supposed to have a default `backgroundColor` even without a given `source`, but it...