Load jsx-runtime after existing imports (#12546)
Co-authored-by: Brian Ng <bng412@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Fragment as _Fragment } from "react/jsx-dev-runtime";
|
||||
import { createElement as _createElement } from "react";
|
||||
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
||||
var _jsxFileName = "<CWD>/packages/babel-plugin-transform-react-jsx-development/test/fixtures/linux/auto-import-dev/input.js";
|
||||
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
||||
import { createElement as _createElement } from "react";
|
||||
import { Fragment as _Fragment } from "react/jsx-dev-runtime";
|
||||
|
||||
var x = /*#__PURE__*/_jsxDEV(_Fragment, {
|
||||
children: /*#__PURE__*/_jsxDEV("div", {
|
||||
|
||||
Reference in New Issue
Block a user