-
Notifications
You must be signed in to change notification settings - Fork 22
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
🐾 Update to PF5 - part II #1098
Comments
yaacov
added
the
enhancement
Categorizes issue or PR as related to a new feature.
label
Apr 11, 2024
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jun 10, 2024
Reference: kubev2v#1098 Seems like onClick event handler parameters was changed in PF5 for few of the components by enforcing the event handler as the first parameter (E.g. https://www.patternfly.org/components/chip/#chip while in our code we are not passing the event https://github.com/kubev2v/forklift-console-plugin/blob/686daff412d61c5e84c14f7b87fe2867038fc14b/packages/forklift-console-plugin/src/modules/Plans/views/create/components/ChipsToolbarProviders.tsx#L40). For avoiding uncaught migration errors, this PR named and typed all callback appearances, when possible Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jun 16, 2024
Reference: kubev2v#1098 Seems like onClick event handler parameters was changed in PF5 for few of the components by enforcing the event handler as the first parameter (E.g. https://www.patternfly.org/components/chip/#chip while in our code we are not passing the event https://github.com/kubev2v/forklift-console-plugin/blob/686daff412d61c5e84c14f7b87fe2867038fc14b/packages/forklift-console-plugin/src/modules/Plans/views/create/components/ChipsToolbarProviders.tsx#L40). For avoiding uncaught migration errors, this PR named and typed all callback appearances, when possible Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jun 17, 2024
Reference: kubev2v#1098 Seems like onClick event handler parameters was changed in PF5 for few of the components by enforcing the event handler as the first parameter (E.g. https://www.patternfly.org/components/chip/#chip while in our code we are not passing the event https://github.com/kubev2v/forklift-console-plugin/blob/686daff412d61c5e84c14f7b87fe2867038fc14b/packages/forklift-console-plugin/src/modules/Plans/views/create/components/ChipsToolbarProviders.tsx#L40). For avoiding uncaught migration errors, this PR named and typed all callback appearances, when possible Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jun 18, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) all onSelect, onToggle callbacks appearances which use parameters. Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jun 18, 2024
Reference: kubev2v#1098 Seems like onClick event handler parameters was changed in PF5 for few of the components by enforcing the event handler as the first parameter (E.g. https://www.patternfly.org/components/chip/#chip while in our code we are not passing the event https://github.com/kubev2v/forklift-console-plugin/blob/686daff412d61c5e84c14f7b87fe2867038fc14b/packages/forklift-console-plugin/src/modules/Plans/views/create/components/ChipsToolbarProviders.tsx#L40). For avoiding uncaught migration errors, this PR named and typed all callback appearances, when possible Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jun 18, 2024
Reference: kubev2v#1098 Seems like onClick event handler parameters was changed in PF5 for few of the components by enforcing the event handler as the first parameter (E.g. https://www.patternfly.org/components/chip/#chip while in our code we are not passing the event https://github.com/kubev2v/forklift-console-plugin/blob/686daff412d61c5e84c14f7b87fe2867038fc14b/packages/forklift-console-plugin/src/modules/Plans/views/create/components/ChipsToolbarProviders.tsx#L40). For avoiding uncaught migration errors, this PR named and typed all callback appearances, when possible Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jun 18, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) all onSelect, onToggle callbacks appearances which use parameters. Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 3, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) all onSelect, onToggle callbacks appearances which use parameters. Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 3, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) all onSelect, onToggle callbacks appearances which use parameters. Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 4, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) all onSelect, onToggle callbacks appearances which use parameters. Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 7, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) all onSelect, onToggle callbacks appearances which use parameters. Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 15, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) all onChange callback appearances which use parameters. Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 16, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) all onChange callback appearances which use parameters. Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 16, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) all onChange callback appearances which use parameters. Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 17, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) the following callbacks appearances which use parameters: onFilter onTextInput onClear onDrop onInputKeyDown onSetPage onPerPageSelect onUserMinus onUserPlus onDataChange onTextChange Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 18, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) the following callbacks appearances which use parameters: onFilter onTextInput onClear onDrop onInputKeyDown onSetPage onPerPageSelect onUserMinus onUserPlus onDataChange onTextChange Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 18, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) the following callbacks appearances which use parameters: onFilter onTextInput onClear onDrop onInputKeyDown onSetPage onPerPageSelect onUserMinus onUserPlus onDataChange onTextChange Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Jul 18, 2024
Reference: kubev2v#1098 For avoiding uncaught PF 4 -> PF 5 migration errors, this PR named and typed (i.e. (add type to function signature) the following callbacks appearances which use parameters: onFilter onTextInput onClear onDrop onInputKeyDown onSetPage onPerPageSelect onUserMinus onUserPlus onDataChange onTextChange Signed-off-by: Sharon Gratch <[email protected]>
@yaacov can we close this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref: #1056
Part of PF5 migration
onCange
,onClick
signature in some elements changed in PF, make sure all our callbacks are named, and typedThe text was updated successfully, but these errors were encountered: