You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working with the Pega React SDK and facing an issue when trying to display a Data Type using a List on Landing Page on App studio. Ability utilize the Data Type to show the Case List with same way in the React Portal. However, I am encountering a JavaScript error that is preventing the list from being displayed once selected List Data Page for any DataType. Case List and Data List is working fine on User Portals on Pega 23.
Reprodcue Steps
1.
Exception Message on Browser Console.
utils.js:630 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'setCompositeKeys')
at readContextResponse (utils.js:630:1)
at hooks.js:55:47
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Pega Community,
I am currently working with the Pega React SDK and facing an issue when trying to display a Data Type using a List on Landing Page on App studio. Ability utilize the Data Type to show the Case List with same way in the React Portal. However, I am encountering a JavaScript error that is preventing the list from being displayed once selected List Data Page for any DataType. Case List and Data List is working fine on User Portals on Pega 23.
Reprodcue Steps
1.
Exception Message on Browser Console.
utils.js:630 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'setCompositeKeys')
at readContextResponse (utils.js:630:1)
at hooks.js:55:47
Beta Was this translation helpful? Give feedback.
All reactions