Commit ee1cd54
authored
build: Use automatic JSX runtime in babel (#1465)
#1450 removed an import of React which we allow w/ ESLint. Seems to be
the first package outside of code-studio where we may have done that.
The resulting build triggers an error b/c Babel was using the old
runtime still.
The e2e tests timed out on that branch b/c of this issue, not due to the
flaky tests. This is something that would have been a bug in enterprise
because we consume built packages there. The build system w/ e2e did
actually surface the issue since we consume built packages in the
code-studio build, we just didn't catch it and merged thinking it was
flaky e2e tests.
It's not a build failure, but previewing the build gives an error in the
console panel before this change.1 parent a189375 commit ee1cd54
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments