Skip to content

Commit

Permalink
chore(composition): disable inline shadowStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jul 24, 2023
1 parent 2091082 commit 2338381
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/composition/src/custom-source/CustomFileUploader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import styles from "./style.css?inline";
import { ShadowWrapper } from "@uploadcare/blocks";

export class CustomFileUploader extends ShadowWrapper {
Expand All @@ -22,6 +21,4 @@ export class CustomFileUploader extends ShadowWrapper {
<lr-message-box></lr-message-box>
<lr-progress-bar-common></lr-progress-bar-common>
`;
}

CustomFileUploader.shadowStyles = styles;
}

0 comments on commit 2338381

Please sign in to comment.