Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add @jsxRuntime pragma to enable usage with React 17
Browse files Browse the repository at this point in the history
Robin Metral committed May 20, 2021
1 parent 4fcd7a0 commit 7ad234b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/circuit-ui/components/ImageInput/ImageInput.tsx
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
* limitations under the License.
*/

/** @jsxRuntime classic */
/** @jsx jsx */
import { useState, useRef, InputHTMLAttributes, ChangeEvent } from 'react';
import { css, jsx } from '@emotion/core';

0 comments on commit 7ad234b

Please sign in to comment.