genesys-react-components 0.1.0-alpha.1 → 0.1.0-alpha.2

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/dist/cjs/index.js CHANGED
@@ -2854,6 +2854,11 @@ function DxToggle(props) {
2854
2854
  value !== true ? React.createElement(genesysDevIcons.GenesysDevIcon, { icon: trueIcon }) : undefined))));
2855
2855
  }
2856
2856
 
2857
+ // Add this in your component file
2858
+ require('react-dom');
2859
+ window.React2 = require('react');
2860
+ console.log(window.React1 === window.React2);
2861
+
2857
2862
  exports.DxAccordion = DxAccordion;
2858
2863
  exports.DxAccordionGroup = DxAccordionGroup;
2859
2864
  exports.DxButton = DxButton;