react-lite icon indicating copy to clipboard operation
react-lite copied to clipboard

An implementation of React v15.x that optimizes for small script size

Results 23 react-lite issues
Sort by recently updated
recently updated
newest added

I am using svg through tag `use` and IE10 - IE11 have removed all of them([email protected]___). Got from server: ``. Got after `react-lite` applying: ``. In the same time [email protected]___...

Hello, I'm currently having an issue I can't resolve by myself. ``` javascript class MyComponent { ... handleRef(ref) { this.rootNode = ref; if (ref === null) { cancelAnimationFrame(this.animationFrameID); this.animationFrameID =...

Hi! version: `0.15.13` I'm having trouble using `react-lite` alongside animation libraries. when the component tries to transition, I get: `Uncaught Invariant Violation: findDOMNode was called on an unmounted component.` I've...