Nancy Irene
Nancy Irene
running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI: @angular/cli 8.3.0 - Node: 12.7.0 - Cross-platform modules: Angular 8.2.3 - Android Runtime:...
"@ionic-native/photo-library": "^5.12.0", "cordova-plugin-photo-library": "^2.2.1", "@angular/common": "~8.1.2", "@capacitor/core": "^1.1.1", "@ionic/angular": "^4.8.0", In the `index.d.ts` file claim that `getLibrary(options?: GetLibraryOptions): Observable;` this shuould return this format. but It's not!!!!!! If I'm using...
  ```jsx {index => {index}} ``` I was just using code above to making a demo for my self, and I got an problem from console node : 14.15.1...
## 🐛 Bug Report  ## To Reproduce 1. copy a svg file to the assets folder 2. run ` npx @svgr/cli --config-file .\.svgrrc.js -- assets ` 3. the tsx...
**问题描述** 如果在一个组件中 存在 Noticebar , 那么如果当前组件状态存在修改, 那么 NoticeBar 就会因为这样的修改而被迫重新开始 Animation  ```tsx interface State { current: number; } const fakeArr = Array(10).fill(0); class Index extends Component { constructor(props)...
The windows-swca witch need to rebuild and I'm sure using electron-rebuild -f -w windows-swca as the documentation says then when I type npm start I got same issue like I...
### Reproduction Link https://codesandbox.io/p/devbox/vant-4-issue-template-8fuq5o?file=%2Frsbuild.config.ts%3A7%2C1 ### Vant Version 4.9.15 ### Describe the Bug 上面复现链接我不会弄 我就随便填的。。。。 我在 Fork 仓库中尝试创建一个新的组件,然后我需要使用 Vue SFC , 并且样式中还导入了一个公共文件 ```html @use './outer-style.scss' as *; .container { padding: 20px;...