Sergey Yakunin
Sergey Yakunin
Similar to issue [Using specific data attributes for Sketch](https://github.com/brainly/html-sketchapp/issues/9). **Feature description** Make some inner Sketch features avaliable in the way like this: `This group is locked in Sketch` We have...
Hi @frontendphil The main idea here is that user may turn on and off tracking if react-stick is placed **outside the viewport** (with his own preferred technique). ### Proposal Add...
Steps to reproduce the issue: 1. visit standalone sandbox https://5l92ir.csb.app/ 2. press Enable button 3. press Tab several times (and watch trap loosing focus) 4. press Shift+Tab several times (and...
# 🙋 Feature Request Provide a way to pass into FocusScope nodes, which should consider as a part of it — even they are mounted outside of FocusScope node tree...
To [support JSX spread child](https://github.com/eslint/typescript-eslint-parser/pull/501/commits/c34f1aa4f34b0ec3cd9d282787aab1d6f6587eeb) and to avoid such a error in `scan.js`: ``` Error: Unknown node type: JSXSpreadChild at getPropValue (C:\ServiceTitan\playground\DesignSystem\react-scanner\node_modules\react-scanner\src\scan.js:48:9) at getInstanceInfo (C:\ServiceTitan\playground\DesignSystem\react-scanner\node_modules\react-scanner\src\scan.js:82:11) at Object.exit (C:\ServiceTitan\playground\DesignSystem\react-scanner\node_modules\react-scanner\src\scan.js:221:22) ``` please...