There were 1 problems with this Skuid Page.
1: There was a problem initializing a component of type skuid__labelInput: Cannot read property ‘neccesityAddendum’ of undefined
This error occurs when I query an object. If I skip the action Query Model I do not get the error. The page works as designed in my sandbox but fails in production. Which leads me to believe something is wrong production object.
4skuidReqs.js:2 TypeError: Cannot read property ‘neccesityAddendum’ of undefined
at E.updateStyles (skuidRuntime.js:2)
at Object.E.o.forEach.r..cpi. ras updateStyles] (skuidReqs.js:2)
at E.init (skuidRuntime.js:2)
at B (skuidReqs.js:2)
at Function.createFromDefinition (skuidReqs.js:2)
at Object. (skuidReqs.js:2)
at Function.each (vendor.js:2)
at q (skuidReqs.js:2)
at E.createChildComponents (skuidReqs.js:2)
at E.createChildComponent (skuidReqs.js:2)
s @ skuidReqs.js:2
Any ideas?