Error on Perspective Table

Has anyone seen this error on a Perspective Table:

The View is a BreakPoint → TabContainer → Flexcontainer → Table.
Looking in the developer console there are a TON of react errors.

Example Error 1
TypeError: Failed to set an indexed property on 'CSSStyleDeclaration': Indexed property setter is not supported.
    at lg (react-dom-16.11.0.js:46:62)
    at Zh (react-dom-16.11.0.js:143:61)
    at $h (react-dom-16.11.0.js:137:287)
    at Fj (react-dom-16.11.0.js:137:152)
    at We (react-dom-16.11.0.js:132:22)
    at react-dom-16.11.0.js:60:147
    at unstable_runWithPriority (react-16.11.0.js:25:426)
    at pb (react-dom-16.11.0.js:59:358)
    at Rg (react-dom-16.11.0.js:60:93)
    at ca (react-dom-16.11.0.js:60:28)
Re @ react-dom-16.11.0.js:112
Ph.f.componentDidCatch.c.callback @ react-dom-16.11.0.js:124
bh @ react-dom-16.11.0.js:68
ah @ react-dom-16.11.0.js:68
Pj @ react-dom-16.11.0.js:158
unstable_runWithPriority @ react-16.11.0.js:25
pb @ react-dom-16.11.0.js:59
Ma @ react-dom-16.11.0.js:151
We @ react-dom-16.11.0.js:132
(anonymous) @ react-dom-16.11.0.js:60
unstable_runWithPriority @ react-16.11.0.js:25
pb @ react-dom-16.11.0.js:59
Rg @ react-dom-16.11.0.js:60
ca @ react-dom-16.11.0.js:60
Ja @ react-dom-16.11.0.js:226
enqueueSetState @ react-dom-16.11.0.js:216
m.setState @ react-16.11.0.js:21
(anonymous) @ PerspectiveClient.4bf8c0cc196a85f927b7.js:11
(anonymous) @ PerspectiveClient.4bf8c0cc196a85f927b7.js:11
n.createResizeHandler @ PerspectiveClient.4bf8c0cc196a85f927b7.js:11

Example Error 2
PerspectiveClient.4bf8c0cc196a85f927b7.js:6 ui.ErrorBoundary: Component error caught in error boundary: {"componentStack":"\n    in div\n    in u\n    in t\n    in div\n    in div\n    in t\n    in m\n    in div\n    in y\n    in div\n    in y\n    in div\n    in div\n    in T\n    in p\n    in i\n    in div\n    in u\n    in p\n    in i\n    in div\n    in div\n    in p\n    in p\n    in i\n    in div\n    in u\n    in p\n    in i\n    in div\n    in u\n    in p\n    in i\n    in M\n    in div\n    in E\n    in div\n    in div\n    in N\n    in v"}
i.cerror @ PerspectiveClient.4bf8c0cc196a85f927b7.js:6
i.sendLogItemsConsole @ PerspectiveClient.4bf8c0cc196a85f927b7.js:6
o.sendBatch @ PerspectiveClient.4bf8c0cc196a85f927b7.js:6
o.sendBatchIfComplete @ PerspectiveClient.4bf8c0cc196a85f927b7.js:6
o.log @ PerspectiveClient.4bf8c0cc196a85f927b7.js:6
e.log @ PerspectiveClient.4bf8c0cc196a85f927b7.js:6
e.error @ PerspectiveClient.4bf8c0cc196a85f927b7.js:6
componentDidCatch @ PerspectiveClient.4bf8c0cc196a85f927b7.js:11
Ph.f.componentDidCatch.c.callback @ react-dom-16.11.0.js:124
bh @ react-dom-16.11.0.js:68
ah @ react-dom-16.11.0.js:68
Pj @ react-dom-16.11.0.js:158
unstable_runWithPriority @ react-16.11.0.js:25
pb @ react-dom-16.11.0.js:59
Ma @ react-dom-16.11.0.js:151
We @ react-dom-16.11.0.js:132
(anonymous) @ react-dom-16.11.0.js:60
unstable_runWithPriority @ react-16.11.0.js:25
pb @ react-dom-16.11.0.js:59
Rg @ react-dom-16.11.0.js:60
ca @ react-dom-16.11.0.js:60
Ja @ react-dom-16.11.0.js:226
enqueueSetState @ react-dom-16.11.0.js:216
m.setState @ react-16.11.0.js:21
(anonymous) @ PerspectiveClient.4bf8c0cc196a85f927b7.js:11
(anonymous) @ PerspectiveClient.4bf8c0cc196a85f927b7.js:11
n.createResizeHandler @ PerspectiveClient.4bf8c0cc196a85f927b7.js:11

Any ideas? Sometimes it’ll work with some data, and other times it won’t work at all with data.

Which Ignition version are you running this project on?

Are you able to see this error on a single view with just the table component?

8.1.17 I believe but I will check tomorrow.

I’ll try to isolate the table tomorrow and see.