-
## Context
- **Ant Design Web3 Version**: ^1.18.0
- **Node Version**: v20.18.0
- **Platform**: 本地开发
## What happens?
按照https://web3.ant.design/course/dev-init-cn 安装依赖,执行npm run dev, 访问 ht…
-
### Link to the code that reproduces this issue
https://github.com/Ruchika-saini/NextJs-swr/tree/main
### To Reproduce
1. Created a simple Next JS app with version 13.5.6.
2. Created a home page, …
-
### Describe the bug
I have a user pool with a single mutable custom attribute named `custom:tier`. I'd like to mark it as non writable by my client however specifying `writeAttributes` when adding t…
-
## [hooks文档所说的class问题](https://zh-hans.reactjs.org/docs/hooks-intro.html)
** Hooks的概念提供了更直接的API: props, state, context, refs 以及生命周期**
**React需要为共享状态逻辑提供更好的原生途径**.
**Hooks的产生就是为了解决: render props, 高阶…
-
Hello,
I am wondering if I can somehow access a dynamic `index`/`context`/etc when inside a Markdown Component.
I am building an according FAQ section using `radix-vue` [Accordion](https://www.r…
-
### Describe the bug
Currently there are 3 ways to import Fargate Service:
```
// from FargateService
fromFargateServiceArn(scope: Construct, id: string, fargateServiceArn: string): IFargateServic…
btd updated
10 months ago
-
**Describe the bug**
The onInputClick function on line 724 in index.jsx is not taking into consideration if the calendar should be open or not and it is setting the open state to true when the calend…
-
**Is your feature request related to a problem? Please describe.**
Was wondering why I can't see my images. Turns out, per the Docs (nice), Assets are Channel-Aware and need to be assigned.
I assu…
-
### Describe the bug
I'm trying to walk through the [CDK sample tutorial](https://cdkworkshop.com/40-dotnet.html) for the dotnet and getting an error when running `cdk synth`.
### Expected Behavior
…
-
Hi,
First, thanks for your great job, this lib is really cool !
I'm trying to do some stuff with it but i have a little issue when i try to give a onMouseDown event handler to mesh or react3 compone…