<https://datahubspace.slack.com/archives/C029A3M07...
# ui
b
hey Roko! very interesting, I'm not seeing this on the fields tab on chart entities myself, but I looked at Minified React error #185 and it looks like it's the frontend got into an infinite loop setting state. What does the
inputFields
aspect for this entity look like for you? Hopefully I can try to reproduce this with you and figure out where things went wrong
b
Hi @bulky-soccer-26729, thanks for responding. Here's the inputFields object:
Copy code
{
  "fields": [
    {
      "schemaFieldUrn": "urn:li:schemaField:(urn:li:dataset:(urn:li:dataPlatform:qlik,Company Dashboard.Opportunities History %28WIP%29.OpportunityHistory,PROD),OpportunityId)",
      "schemaField": {
        "fieldPath": "OpportunityId",
        "isPartOfKey": false,
        "type": {
          "type": {
            "com.linkedin.schema.StringType": {}
          }
        },
        "nullable": false,
        "recursive": false,
        "nativeDataType": "string"
      }
    },
    {
      "schemaFieldUrn": "urn:li:schemaField:(urn:li:dataset:(urn:li:dataPlatform:qlik,Company Dashboard.Opportunities History %28WIP%29.Funnel,PROD),Previous Stage Name)",
      "schemaField": {
        "fieldPath": "Previous Stage Name",
        "isPartOfKey": false,
        "type": {
          "type": {
            "com.linkedin.schema.StringType": {}
          }
        },
        "nullable": false,
        "recursive": false,
        "nativeDataType": "string"
      }
    }
  ]
}
b
okay great! i'll try bringing this in locally myself and see if I can reproduce here soon
b
cheers!
any luck with this?
b
hey Roko! so sorry, a few fires popped up on friday so I didn't have time to get to this for you. Today is actually a national holiday in the US so the US-based acryl folks will be off today. is it okay if I check into this first thing tomorrow?
b
sure thing, wasn't aware it's national holiday. In that case, happy holidays and talk to you once you're ready..
b
hey Roko!
so sorry again about the delay on this
i was finally able to take some time and ingest your aspect from above onto a chart I have locally, and unfortunately I was not able to reproduce this issue..
do you know what datahub version you're on? i've not heard of this problem before, but there's a chance we could have fixed this already so that i'm not able to reproduce on latest head
b
Cheers, seems new version fixed it!
b
great news!