Skip to content

Commit

Permalink
chore: fix rebase (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch authored and alharris-at committed Feb 25, 2022
1 parent 7d4a6af commit ab323b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5166,9 +5166,9 @@ import React from \\"react\\";
import {
EscapeHatchProps,
getOverrideProps,
useStateMutationAction,
} from \\"@aws-amplify/ui-react/internal\\";
import { Button, Flex, FlexProps, TextField } from \\"@aws-amplify/ui-react\\";
import { useStateMutationAction } from \\"../mock-helpers\\";

export type InputMutationOnClickProps = React.PropsWithChildren<
Partial<FlexProps> & {
Expand Down Expand Up @@ -5369,9 +5369,9 @@ import React from \\"react\\";
import {
EscapeHatchProps,
getOverrideProps,
useStateMutationAction,
} from \\"@aws-amplify/ui-react/internal\\";
import { Flex, FlexProps, StepperField, Text } from \\"@aws-amplify/ui-react\\";
import { useStateMutationAction } from \\"../mock-helpers\\";

export type StepperControlledElementProps = React.PropsWithChildren<
Partial<FlexProps> & {
Expand Down
3 changes: 1 addition & 2 deletions packages/codegen-ui-react/lib/workflow/mutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ import {
getSetStateName,
} from '../react-component-render-helper';
import { ImportCollection, ImportValue } from '../imports';
import Primitive, { PrimitivesWithChangeEvent } from '../primitive';
import { mapGenericEventToReact } from './events';
import { getChildPropMappingForComponentName } from './utils';
import Primitive, { PrimitiveLevelPropConfiguration } from '../primitive';
import Primitive, { PrimitivesWithChangeEvent, PrimitiveLevelPropConfiguration } from '../primitive';

type EventHandlerBuilder = (stateName: string) => JsxExpression;

Expand Down

0 comments on commit ab323b9

Please sign in to comment.