chore(selectionlistener): comment typo
This commit is contained in:
@@ -8,7 +8,7 @@ interface SelectionListenerProps {
|
||||
}
|
||||
|
||||
// This is just a helper component for calling the onSelectionChange listener.
|
||||
// As soon as easy-peasy has implemented the effectOn hook, we can remove this compeonent
|
||||
// As soon as easy-peasy has implemented the effectOn hook, we can remove this component
|
||||
// and use the hook instead. https://github.com/ctrlplusb/easy-peasy/pull/459
|
||||
|
||||
export default ({ onSelectionChange }: SelectionListenerProps) => {
|
||||
|
||||
Reference in New Issue
Block a user