Skip to content

Commit

Permalink
fix: 🐛 remove tippy warning when using isLazy
Browse files Browse the repository at this point in the history
Closes: #134
  • Loading branch information
shaharkazaz committed Mar 15, 2023
1 parent ca1ab41 commit 33cb300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngneat/helipopper/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function onlyTippyProps(allProps: any) {
'useHostWidth',
'defaultVariation',
'beforeRender',
'lazy',
'isLazy',
'variation',
'isEnabled',
'className',
Expand Down

0 comments on commit 33cb300

Please sign in to comment.