-
Notifications
You must be signed in to change notification settings - Fork 15
Conversation
4f95d51
to
3684cdb
Compare
3684cdb
to
3bd845d
Compare
3bd845d
to
74f1a7e
Compare
@upalatucci It looks good to me, but I'll let Aviv and Matan review it first since they dealt with the upgrades on kubevirt-plugin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work Ugo :)
Left you with a few comments/questions, Thank you!
import { MenuToggle, MenuToggleElement, MenuToggleProps } from '@patternfly/react-core'; | ||
|
||
const DropdownToggle = ({ children, ...props }: MenuToggleProps) => | ||
function DToggle(toggleRef: Ref<MenuToggleElement>) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why mixing both arrow function and native function syntax? Please stick with arrow function notation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I transformed the inside arrow function into a native function as typescript error raise about react component without displayName
36817a6
to
ec67fb0
Compare
ec67fb0
to
7fb5ffb
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: avivtur, upalatucci The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
upgrade to patternfly 5
openshift console webpack 1.0.1
openshft console SDK 1.1.0 (to get the rowSearchFilters)