seewind
seewind
**Describe the bug** I am trying use memo for website's layout, like this: ``` @rx.memo def layout1(children: rx.Component) -> rx.Component: from antd_demo.components import footer, navbar, header, subnav, content return layout.layout(...
- [ ] Bug fix (non-breaking change which fixes an issue) #3365: about add_hooks: _get_added_hooks make _get_all_hooks's return wrong
**Describe the bug** A clear and concise description of what the bug is. ``` def _get_added_hooks(self) -> dict[str, imports.ImportDict]: .... def _get_all_hooks(self) -> dict[str, None]: """Get the React hooks for...
**Describe the bug** A clear and concise description of what the bug is. use `hooks.useState`, will raise: ValueError: Can not compile, the tag useState is used multiple time from react...
**Describe the bug** A clear and concise description of what the bug is. [[email protected]](https://www.npmjs.com/package/react-debounce-input?activeTab=code) ``` "peerDependencies": { "react": "^15.3.0 || 16 || 17 || 18" }, ``` DebounceInput component use...
### Describe the bug When calling file.write (upload file to tencent cos by s3 scheme), there is a very slight chance that it hangs or does not return. `strace -p...