Aloyzas Rimeika
Aloyzas Rimeika
@levymoreira problem is with your typescript configuration. You need to change module code generation to "ESNext" instead of "commonjs". https://github.com/levymoreira/ts-loader-federation-issue/blob/649eb8ed3a79628d8ee62dc85aeb1a0d34afe753/tsconfig.json#L8
May I suggest a feature that introduces the ability to pass a ref call-back as a child? It should solve similar issues with deeply nested elements. ```jsx {ref => show()...
Can this file be replaced with additional line in `tsconfig.json` maybe? ```json "include": [ "node_modules/react-scripts", "src" ] ```
In my mind library working with DOM should preserve DOM implementation behavior not break it. For example: ```jsx class Container extends React.Component { shouldComponentUpdate = () => false; render =...