Skip to content

Commit 8824356

Browse files
Elad Ben-IsraelRomainMuller
Elad Ben-Israel
authored andcommitted
fix(cdk): jsx support conflicts with React usage (#884)
Fixes #830 BREAKING CHANGE The CDK is no longer shipped with built-in support for JSX. You can still use JSX but you will have to manually configure it.
1 parent 96767d7 commit 8824356

File tree

4 files changed

+22
-173
lines changed

4 files changed

+22
-173
lines changed

packages/@aws-cdk/cdk/lib/core/jsx.ts

-81
This file was deleted.

packages/@aws-cdk/cdk/lib/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export * from './core/construct';
22
export * from './core/tokens';
33
export * from './core/tag-manager';
4-
export * from './core/jsx';
54

65
export * from './cloudformation/cloudformation-json';
76
export * from './cloudformation/cloudformation-token';

packages/@aws-cdk/cdk/test/core/test.jsx.tsx

-76
This file was deleted.

packages/aws-cdk/package-lock.json

+22-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)