Rodolphe Breton
Rodolphe Breton
Following code triggers `react/jsx-no-leaked-render` although it's perfectly valid: ``` return ; ``` with: ``` foo: boolean; bar: number; ```
My code was OK until version 7.28.0 but fails with multiple react/jsx-indent errors in versions 7.29.0-3. **Example:** ```js render(): React.Node { const {forwardedRef, isDisabled, key} = this.props; return ; }...
**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes. **What version of Shaka Player are you using?** 4.2.1 **Can you reproduce the issue with our latest release...
I have a `` chart in my React app. Since I updated chart.js to v4.0.1, I get the following error when I unmount my chart: ``` Uncaught TypeError: Cannot set...
**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes. **What version of Shaka Player are you using?** 4.2.3. **Can you reproduce the issue with our latest release...
**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes. **If the problem is related to FairPlay, have you read the tutorial?** Not FairPlay-related. **What version of Shaka...