-
### What happened?
I am using @react-native-async-storage/async-storage for storing the data.
`import AsyncStorage from '@react-native-async-storage/async-storage';`
`AsyncStorage.setItem(DATA_KE…
-
### Description
Hi!
I'm testing an experimental way to set a linear-gradient and found some issues. As I've got it, it has the similar syntax as css has and so I can guess that it should work the …
-
### Steps to reproduce
Update Jun 7, 2024: There was a [comment](https://github.com/mui/material-ui/pull/42512#pullrequestreview-2096098424) on the PR questioning whether the original live example …
-
### Description
In some specific languages (non-Latin), Align text vertically not centered (Android 13 only).
Android 12 works fine.
| Language | Android 12 | Android 13 |
|---|---|---|
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
When you ru…
-
### Describe the bug
When passing a boolean attribute to a custom element, the prop value is alway `true`.
### Reproduction
https://github.com/CLDXiang/svelte-custom-elements-attribute-bug
```
…
-
I've just used the `npm-check-updates` package in my **Next.js 14** application to update Next.js and all my packages to the latest versions.
In my terminal, I ran the following commands:
1. `np…
-
### Summary
`npx expo start --tunnel`
results in:
Starting project at /project_location
Starting Metro Bundler
CommandError: TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of …
-
使用qiankun+monorepo的项目结构,需要给不同的包指定不同node版本。使用nvmd测试后发现,虽然可以给指定项目指定版本,但是在monorepo根目录执行的项目,子包的版本是随着当前工程来的,尽管已经使用nvmd给子包指定了版本。只有进入子包执行命令,才是nvmd设置的版本。
翻了一下pnpm 的文档,pnpm是支持给子包设置不同版本的,英语不是很好,看截图意思因该是会默认使用nv…
-
### Link to the code that reproduces this issue
https://github.com/guijiangheng/next15-node23-build-failed
### To Reproduce
Create a new next project with create-next-app@lastet, fllow the Offcial …