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

MATRIX-5759 integration with others property react sdk #5

Merged

Conversation

francoischasseur
Copy link

No description provided.

@francoischasseur francoischasseur requested a review from tilmans July 12, 2023 06:35
import {IControlProp} from "../Interfaces";


export const ControlComponent = (props: IControlProp) => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would put the type definition (IControlProp) in the react control file so you can use it as documentation (and also they are typically not shared)

tsconfig.json Outdated
},
"paths": {
},

"include": [
"src/*.ts", "src/**/*.ts",

"src/*.tsx", "src/**/*.tsx"
Copy link

@tilmans tilmans Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/**/*.tsx should be sufficient, src/*.tsx is the same AFAIK

@francoischasseur francoischasseur merged commit 1c70a5f into main Jul 12, 2023
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

Successfully merging this pull request may close these issues.

2 participants