Giter Club home page Giter Club logo

Comments (5)

shangxinbo avatar shangxinbo commented on August 17, 2024 2

我找到原因了 https://facebook.github.io/react/warnings/unknown-prop.html
You are using a React component without an upper case. React interprets it as a DOM tag because React JSX transform uses the upper vs. lower case convention to distinguish between user-defined components and DOM tags.
因为我的组件如果命名成chart的话,react认为这是一个普通的dom元素,并不会使用jsx编译
所以,应该使用大写字幕开头的组件
谢谢

from echarts-for-react.

hustcc avatar hustcc commented on August 17, 2024 1

试试看下面这么引入会有问题吗?

import ReactEcharts from 'echarts-for-react';

from echarts-for-react.

shangxinbo avatar shangxinbo commented on August 17, 2024

用ReactEcharts没有问题 …… ……

from echarts-for-react.

shangxinbo avatar shangxinbo commented on August 17, 2024

这么做好么,好吧,先这么用着吧

from echarts-for-react.

hustcc avatar hustcc commented on August 17, 2024

嗯,应该是一个 bug,感觉是 default export 的问题。也有可能是你代码中 chart 被重写了。

我抽时间测试一下。

from echarts-for-react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.