We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747d3b5 commit faeba30Copy full SHA for faeba30
package/linkFiber.js
@@ -144,12 +144,12 @@ module.exports = (snap, mode) => {
144
if (action === 'contentScriptStarted') sendSnapshot();
145
});
146
// Testing sending back a function def to client
147
- function getNextImport(filePath) {
+ // function getNextImport(filePath) {
148
// return loadable(() => import(`${filePath}`))
149
// Got relative file path to return back to client code
150
- return (`myTestString${filePath}`);
+ // return (`myTestString${filePath}`);
151
}
152
- return getNextImport('./UseStateHook');
+ // return getNextImport('./UseStateHook');
153
// return 'Testing outside';
154
};
155
0 commit comments