Skip to content

Commit

Permalink
fix: 🐛 remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Apr 24, 2023
1 parent d9f358a commit 42c7d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngneat/helipopper/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export function onlyTippyProps(allProps: any) {
'injector',
'preserveView',
'vcr',
'popperWidth'
'popperWidth',
'zIndexGetter'
];

const overriddenMethods = ['onShow', 'onHidden', 'onCreate'];
Expand Down

0 comments on commit 42c7d47

Please sign in to comment.