djaonourside
djaonourside
Currently when besides static _libs.js_, I dynamically load another _libs2.js_ with npm libs,` require('some-lib-from-libs2') `doesn't find it because `require` function from index.js uses cashed __registry __ from _libs.js_.
I have the warning in a browser console: "Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead." React library version is 15.5.4.
Is it possible to tune browserify work with yarn 2 with no node_modules?
Hi, Rudy! It looks like react-next has this bug too. https://github.com/massiveinteractive/haxe-react/issues/131
Hi! Is it planned any further development of the framework?