-
### What version of rsuite are you using?
5.15.1
### What version of React are you using?
16.3.2
### What version of TypeScript are you using (if any)?
none
### What browser are you …
-
`add-module-exports` plugin mimics `babel-5` behavior and adds a magic `module.exports = exports['default'];` statement if the module only has `default` export. Although this is convenient but it is …
-
## 🐛 Bug Report
After updating @xstyled/styled-components and @xstyled/system both to v "3.7.0", following TS issue appeared on all places, where `${system}` is used. In version 3.6.0 everything wa…
-
I installed [Reanimated v2](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation) today and then tried to install react-native-redash.
using `npm install react-native-r…
-
-
I want some help on how to set this up with the `create-react-app --template typescript, I am not sure I am doing something wrong or it's some issue from the package itself
-
### Problem
As of now, jest doesn't support ES modules (ESM). When it encounters such module, an error like this is thrown during `yarn test`:
```
● Test suite failed to run
Jest encounter…
-
Hi, thanks for the awesome library. Nice to see proper TypeScript support in React Native.
As Jest is the default test runner in React Native projects created by by the `react-native` cli tool, it …
-
I believe that people may have like me old projects that has legacy code tie to webpack, or like me, vite is not working like webpack.
when I tried to migrate from Vite to webpack, and use this too…
-
I sometimes report issues related latest `babel/parser`. When I report, I use the local babel repository to reproduce problems. That's because there is no way to see the latest `@babel/parser` behavio…