Skip to content

fix(react): typing error(Actions, Range)#3997

Closed
AlwaysLoveme wants to merge 1 commit intoframework7io:masterfrom
AlwaysLoveme:master
Closed

fix(react): typing error(Actions, Range)#3997
AlwaysLoveme wants to merge 1 commit intoframework7io:masterfrom
AlwaysLoveme:master

Conversation

@AlwaysLoveme
Copy link
Copy Markdown
Contributor

@AlwaysLoveme AlwaysLoveme commented Mar 3, 2022

src/modules/components/component.d.ts:

...
 $on: (eventName: string, handler: () => void) => void;  // eventName add type
 $once: (eventName: string, handler: () => void) => void;  // eventName add type
...

src/react/components/actions.jsx: Actions is namespace, can not use it as type;
src/react/components/range.jsx: Range.Rage cause build error

@nolimits4web
Copy link
Copy Markdown
Member

Hi, there shouldn't be committed changes to package-lock.json. Can you remove them?

nolimits4web added a commit that referenced this pull request Mar 8, 2022
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