Emelia Turner

Results 13 comments of Emelia Turner

@robinv8 can we approve it or give some suggestions for it

**I found the reason: (I use npm)** - This issue does not appear when I use pnpm to install dependencies, and the installed react-router-dom/react-router version is: v6.4.0, because we have...

@robinv8 ........ It looks like the second solution is chosen, but it requires us to upgrade react-router-dom OK, I commited new PR to update react-router-dom https://github.com/answerdev/answer/pull/59

It may be possible to use ES only for storage and search of critical data, such as titles and question content But correspondingly, developers need to increase the cost of...

Using pnpm will normally lock the version of react-router and react-router-dom to v6.4.0, no problem ---- 使用 pnpm 会正常锁定 react-router 和 react-router-dom 的版本为 v6.4.0,没有问题

See this documentation, it should solve your problem: https://github.com/answerdev/answer/blob/main/INSTALL_CN.md Related issue:#66 ---- 请参阅此文档,它应该可以解决您的问题:https://github.com/answerdev/answer/blob/main/INSTALL_CN.md 相关问题:#66

目前腾讯将接入的身份认证系统口子关闭维护了 chart 实例可以单击卡片右上角的 Icon 新打开标签页进行访问哦 > 大佬,目前无法注册,手机号登陆也收不到验证码。 tip:网站做图很方便,感谢大佬。提个小建议,chart实例打开目前是弹窗,后边能不能用单独的uri路径,一不小心按了esc键,数据没保存白调了,难受😂

> http://ppchart.com/#/detail/xrJDKzwZQ 报错 缺少 https://cdn.bootcss.com/PapaParse/4.1.2/papaparse.min.js 库 ReferenceError: $ is not defined 该案例引用了外部依赖,暂无法进行实时调试 此类数据将在后续迭代后再支持

> @ppchart 给你提供个技术支持,如果你有用new Function, 可以把$作为参数传进去,这样代码编辑那块就可以用jquery语法了。 ![image](https://user-images.githubusercontent.com/57136514/154010802-20c29b13-fc11-4195-87cd-c60675c27c9d.png) 稳

> @ppchart 可以使用这种模式也可以,如果传入参数就用参数的,没有传入就走全局的 > > ``` > const getOption = (src, obj) => { > const name = 'sandboxName'; > > try { > new Function(name, `with(${name}){${src}}`)(obj); > } catch...