Dan Anderson
Dan Anderson
When commenting out multiple lines with line comments (cmd + /), empty lines in the selection will get comments and the space on those lines will affect the indent level...
This Chrome bug - https://bugs.chromium.org/p/chromium/issues/detail?id=1049982 - causes the component to throw an error under certain circumstances. Hard to pin down a simple use case. The issue occurs here -- https://github.com/react-csv/react-csv/blob/ab9acb79a9f7b45fb7fdf65ab33d1c15580f0344/src/core.js#L38....
## Expected Behavior JavaScript `eval` not to be required. ## Actual Behavior CSP violation error if CSP is not set to allow `unsafe-eval`. This issue was introduced in version 10.9.0....
### Sublime Text build number 4169 ### Example Code ```TSX import gql from 'graphql-tag'; const query = gql` { user(id: 5) { firstName lastName } } `; ``` ### JS...