Skip to content

Commit

Permalink
fix(svelte messages): fix missing .instance() component prop
Browse files Browse the repository at this point in the history
fixes #3905
  • Loading branch information
nolimits4web committed Jun 25, 2021
1 parent 110638e commit e156acc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/svelte/components/messages.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
let f7Messages;
let childrenBeforeUpdated = null;
export function instance() {
return f7Messages;
}
$: classes = classNames(className, 'messages', colorClasses($$props));
onMount(() => {
Expand Down

0 comments on commit e156acc

Please sign in to comment.