Skip to content

Commit

Permalink
fix: adding formAssociated methods to stencil lifecycle methods list (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
laddi-netapp authored Jul 29, 2024
1 parent 90cf3d7 commit 24d26d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ export const stencilLifecycle = [
'componentShouldUpdate',
'componentWillUpdate',
'componentDidUpdate',
'formAssociatedCallback',
'formDisabledCallback',
'formResetCallback',
'formStateRestoreCallback',
'render'
];

Expand Down

0 comments on commit 24d26d2

Please sign in to comment.