-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【问题】在 #239 重构之后如何在移动端使用input-number的-/+呢?是否不支持移动端了? #355
Comments
效率真高,这么快就得到回复👍 |
这个问题目前在移动端服务端渲染时有了新的问题,由于在isMobile中认为node环境为false,所以服务端渲染和客户端不一致,影响hydrate。 表现现象为:渲染异常,无法输入有效数字 |
所以这个判断在什么时候能放开呢? 放开之后,上面反应在SSR移动端预览模式时测试时是有效的。 |
催更加一 |
change链接:#293
other:
疑问:我看代码handler的代码里判断是移动端就直接return了是为啥呢?
代码:src/StepHandler.tsx 62-64行
截图:
The text was updated successfully, but these errors were encountered: