gpt4 book ai didi

json - 使用 lottie-react-web,我收到以下控制台错误 : attribute viewBox: Expected number,“0 0 undefined undefined

转载 作者:行者123 更新时间:2023-12-05 08:52:01 31 4
gpt4 key购买 nike

我已经从 lottie-react-web 创建了一个组件包裹。

import React from 'react';
import Lottie from 'lottie-react-web'
import animation from '../../src/animations/anim.json'

const LottieAnim = () => (
<Lottie
options = {{
animationData: animation,
loop: false,
autoplay: true,
}}
width = "60px"
height = "60px"
/>
)

export default LottieAnim

这有效并成功构建。当 DOM 加载时,它会生成具有已定义属性的包装器 div。但是,div 中的 svg 没有定义 viewbox 参数,也没有定义宽度和高度,以及 svg 中的包含向量。

enter image description here

最佳答案

应该是animationData: animationData.default

参见:https://github.com/chenqingspring/vue-lottie/issues/20

关于json - 使用 lottie-react-web,我收到以下控制台错误 : <svg> attribute viewBox: Expected number,“0 0 undefined undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57796566/

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