@remote-ui/react
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -17,3 +17,16 @@ "use strict"; | ||
root.mount(); | ||
}); | ||
}); // Did not work for me because (I think?) it is done by the worker | ||
// and therefore has an entirely different React. | ||
// | ||
// Original code was from: | ||
// @see https://github.com/facebook/react/issues/16666 | ||
// @see https://github.com/michalochman/react-pixi-fiber/pull/148 | ||
// | ||
// reconciler.injectIntoDevTools({ | ||
// bundleType: 1, | ||
// findFiberByHostInstance: reconciler.findFiberByHostInstance, | ||
// rendererPackageName: '@remote-ui/react', | ||
// version: '16.9.0', | ||
// }); | ||
} |
@@ -17,3 +17,16 @@ "use strict"; | ||
root.mount(); | ||
}); | ||
}); // Did not work for me because (I think?) it is done by the worker | ||
// and therefore has an entirely different React. | ||
// | ||
// Original code was from: | ||
// @see https://github.com/facebook/react/issues/16666 | ||
// @see https://github.com/michalochman/react-pixi-fiber/pull/148 | ||
// | ||
// reconciler.injectIntoDevTools({ | ||
// bundleType: 1, | ||
// findFiberByHostInstance: reconciler.findFiberByHostInstance, | ||
// rendererPackageName: '@remote-ui/react', | ||
// version: '16.9.0', | ||
// }); | ||
} |
@@ -12,3 +12,16 @@ "use strict"; | ||
}); | ||
// Did not work for me because (I think?) it is done by the worker | ||
// and therefore has an entirely different React. | ||
// | ||
// Original code was from: | ||
// @see https://github.com/facebook/react/issues/16666 | ||
// @see https://github.com/michalochman/react-pixi-fiber/pull/148 | ||
// | ||
// reconciler.injectIntoDevTools({ | ||
// bundleType: 1, | ||
// findFiberByHostInstance: reconciler.findFiberByHostInstance, | ||
// rendererPackageName: '@remote-ui/react', | ||
// version: '16.9.0', | ||
// }); | ||
} | ||
exports.render = render; |
{ | ||
"name": "@remote-ui/react", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"publishConfig": { | ||
@@ -16,7 +16,7 @@ "access": "public", | ||
"dependencies": { | ||
"@remote-ui/core": "^0.0.6", | ||
"@remote-ui/core": "^0.0.7", | ||
"@types/react": ">=16.8.0 <17.0.0", | ||
"react-reconciler": "*" | ||
}, | ||
"gitHead": "da58c9b3754eaef09fa623f9c5a75784e6c69ddd" | ||
"gitHead": "4c8a98663c7a2144c22698090fb9ffc50fdafa51" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
243405
2123
+ Added@remote-ui/core@0.0.7(transitive)
- Removed@remote-ui/core@0.0.6(transitive)
Updated@remote-ui/core@^0.0.7