我在使用nollup开发服务器提供元素时遇到错误

问题描述 投票:0回答:1

当使用nollup服务发光元素组件时,在浏览器控制台中我一直无法找到以下错误:

toast-messages.js:56 Uncaught TypeError: modules[number] is not a function
    at create_bindings (toast-messages.js:56)
    at toast-messages.js:57
    at Object.48 (toast-messages.js:365)
    at create_bindings (toast-messages.js:56)
    at _require (toast-messages.js:141)
    at toast-messages.js:249
    at toast-messages.js:251

有人能指出我正确的方向吗? (如果需要,我可以共享我的rollup.config.js)

rollup lit-element
1个回答
0
投票

[使用require进行的呼叫传递了无效的ID。

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.