Max Shepel
Max Shepel
Related to https://github.com/google-map-react/google-map-react/issues/546 Assume the following code: ``` import React, {Fragment, useEffect, useState} from 'react'; import GoogleMapReact from 'google-map-react'; const Map = () => { const [center, setCenter] = useState();...
**Describe the bug 🐛** Different IDEs store project-scoped configuration files inside project directory. These files are not expected to be tracked by version control, since they are user's personal settings....
### Version 5.4.3 ### Link to Minimal Reproduction https://jsfiddle.net/undeletable/zrau5scd/ ### Steps to Reproduce 1. Create tree chart. 2. Expand/collapse some nodes, so that overall state is different from the initial...
### Version 5.5.0.rc.1 ### Link to Minimal Reproduction https://github.com/undeletable/echarts-tree-tooltip-csp-example ### Steps to Reproduce 1. Choose chart renderer: canvas or SVG. 2. Hove any of the tree nodes. ### Current Behavior...
## Summary ### Prerequisites - React app which compiles with legacy JSX transform - Add a JSX element with spread operator with binary conditional, e.g.: ``` setCount(currentCount => currentCount +...
**Current behavior** In a restructuring assignment expression, when alias is renamed back to original property's name, it has the full form (`const { property: property } = testObject;` in the...