-
-
react-nativeではReact18を使用する一方、Reactをimportすることが必要。
以下のルールをオンにできる設定がほしい。
- react/react-in-jsx-scope
- react/jsx-uses-react
-
### Prerequisites
- [X] I have [searched](https://github.com/trimble-oss/modus-web-components/issues?q=is%3Aissue) for duplicate or closed issues
- [X] I have read the [contributing guidelines](https…
-
## Background
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Proposal
Describe the solution you'd like, better to provide some pseudo code.
…
-
### Describe the bug
画布中元素的拖拽异常, 表现就是鼠标单击一下,节点会一直跟随鼠标移动。
### Your Example Website or App
https://codesandbox.io/s/currying-silence-5lmthm?file=/src/index.tsx
### Steps to Reproduce the Bug or Issu…
-
I want to show the size of collapsed arrays/objects to help users understand that they can expand it. (I understand that displaySize is wip/canary)
Currently (even when `displaySize={true}`)
S…
-
```ts
function build(_options: Options): Promise
```
I've read the `tsup` documentation carefully, but still haven't found a way to read the `result` of `esbuild`. The closest method so far is to…
-
**Describe the bug**
我的项目中使用了tea-component,有个页面的逻辑是当点击某个按钮时通过Modal.confirm弹出确认框,每次当我点击按钮时浏览器控制台都会报这样的错误:
> react_devtools_backend.js:4012 Warning: ReactDOM.render is no longer supported in React 18.…
-
**Scale Version**
3.0.0-beta.134
**Framework and version**
React 18.2.0 with wrappers
**Current Behavior**
All Scale Segmented Buttons are selected when using multi select and local state
…
-
> React18、React-Router V6、React-Hooks、Redux-Toolkit、TypeScript、Vite4、Ant-Design5
1、使用 redux-toolkit + antd5 重构 Hooks-Admin
2、使用动态路由重构现在路由逻辑
3、使用 antd5 暗黑模式
4、新增多种主题配置
5、增加表格封装示例