We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7710e commit d6c8a98Copy full SHA for d6c8a98
1 file changed
packages/code-studio/src/remote-component.config.js
@@ -5,8 +5,14 @@
5
* Dependencies for Remote Components
6
*/
7
import react from 'react';
8
+import * as redux from 'redux';
9
+import * as reactRedux from 'react-redux';
10
+import ReactDOM from 'react-dom';
11
12
// eslint-disable-next-line import/prefer-default-export
13
export const resolve = {
14
react,
15
+ 'react-dom': ReactDOM,
16
+ redux,
17
+ 'react-redux': reactRedux,
18
};
0 commit comments