这是我的问题
在React 16.3中使用React.Fragments
构建React组件库。
可悲的是,这需要支持一些不同的React站点,包括一个包含React 15.4.1
的站点。
当尝试使用具有React.Fragment
的组件时,甚至在babel,minification等之后我得到了
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
有没有办法支持这个用例而不更新旧版本的反应版本?