Minified React Error #185

Hi, some users of my app are experiencing the following error message when trying to load the Calendar

The issue occurs when I try to run on a windows computer via Chrome.

It's a bit hard to see in the picture but the error message is

Error: Minified React error #185; visit https://reactjs
.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full...


The app is running in embedded mode, with the following config for the calendar

I've seen other people report this for tables and I know there is a workaround for those but it would be great if anyone has a solution for handling a Calendar object

Hello @Sola_Nylander . Can you share a screenshot of the data source here?

Sorry about the late reply, this is the data source section

And the data looks like the below

[
  {
    "event_id": "ID 1",
    "event_tag": "ie3952",
    "event_type": "Rebalance",
    "event_label": "Data 1, A Start Date",
    "date": "2016-08-01",
    "indexes": [
      "Placeholder 1"
    ],
    "event_name": "Data 1",
    "date_name": "A Start Date",
    "time": "00:00:00",
    "endtime": "00:30:00"
  },
  {
    "event_id": "ID 2",
    "event_tag": "ie8",
    "event_type": "Rebalance",
    "event_label": "Data 2, B Start Date",
    "date": "2017-07-03",
    "indexes": [
      "Placeholder 2"
    ],
    "event_name": "Data 2",
    "date_name": "B Start Date",
    "time": "00:00:00",
    "endtime": "00:30:00"
  },
  ...

Hi @Sola_Nylander, are you still having this issue? If so, could you send your app.json?