Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript Helper Functions not working #212

Open
jrwpatterson opened this issue Oct 29, 2020 · 0 comments
Open

Typescript Helper Functions not working #212

jrwpatterson opened this issue Oct 29, 2020 · 0 comments

Comments

@jrwpatterson
Copy link
Contributor

jrwpatterson commented Oct 29, 2020

Hi

We use typescript and I was testing a component that works perfectly in Storybook exposing the types but in Uxpin doesn't return any times.

The types used was

export type FooType = Omit<BarType, 'type'> & {
 type: boolean
}

Weirdly if I wrote it as

export interface FooType extends Omit<BarType, 'type'> {
 type: boolean
}

it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant