gpt4 book ai didi

javascript - R = TypeError : `then` expected a Promise, 收到函数 () { [native code] }

转载 作者:行者123 更新时间:2023-11-29 22:57:46 24 4
gpt4 key购买 nike

我尝试将 ramda 与 observablehq 一起使用

据说这里 https://observablehq.com/@itacirgabral/ramda

R = require('ramda');

但这会产生这个错误:

R = TypeError: `then` expected a Promise, received function () { [native code] }

找不到任何解决方案来解决它,有什么想法吗?

最佳答案

在 Ramda 0.26 中添加 R.then 使 R 对象成为一个类似 Promise 的对象,这意味着 Promise.resolve() 将尝试通过调用 then() 方法来解决它。 R 不是 Promise,为了向 JavaScript 保证这一事实,R.then 被重命名为 R.andThen。

请试试这个:

R = require('ramda@0.25.0/dist/ramda.min.js')

您可以在此链接中阅读有关此问题的信息: https://github.com/ramda/ramda/issues/2751 .

关于javascript - R = TypeError : `then` expected a Promise, 收到函数 () { [native code] },我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56313539/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com