Enables ContextIsolation
This commit is contained in:
parent
4bbf5eb5d4
commit
9374832ea4
83 changed files with 1009 additions and 1073 deletions
|
@ -668,7 +668,11 @@ export function CompositionInput(props: Props): React.ReactElement {
|
|||
<Manager>
|
||||
<Reference>
|
||||
{({ ref }) => (
|
||||
<div className={getClassName('__input')} ref={ref}>
|
||||
<div
|
||||
className={getClassName('__input')}
|
||||
ref={ref}
|
||||
data-testid="CompositionInput"
|
||||
>
|
||||
{children}
|
||||
<div
|
||||
ref={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue