@pega/react-sdk-overrides 0.23.16 → 0.23.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/.DS_Store ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -35,9 +35,7 @@ export const buildView = (pConn, index, viewConfigPath) => {
35
35
  const isDatapage = referenceList.startsWith('D_');
36
36
  const pageReference = isDatapage
37
37
  ? `${referenceList}[${index}]`
38
- : `${pConn.getPageReference()}${referenceList.substring(
39
- referenceList.lastIndexOf('.')
40
- )}[${index}]`;
38
+ : `${pConn.getPageReference()}${referenceList}[${index}]`;
41
39
  const meta = viewConfigPath
42
40
  ? pConn.getRawMetadata().children[0].children[0]
43
41
  : pConn.getRawMetadata().children[0];
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/react-sdk-overrides",
3
- "version": "0.23.16",
3
+ "version": "0.23.17",
4
4
  "description": "React SDK - Code for overriding components",
5
5
  "_filesComment": "During packing, npm ignores everything NOT in the files list",
6
6
  "files": [