Skip to content

Commit 080bfba

Browse files
committed
fix(Calendar): Add tag for blazor gen as indirect render.
1 parent 0a65b77 commit 080bfba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/calendar/calendar.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
pageUpKey,
1818
shiftKey,
1919
} from '../common/controllers/key-bindings.js';
20+
import { blazorIndirectRender } from '../common/decorators/blazorIndirectRender.js';
2021
import { watch } from '../common/decorators/watch.js';
2122
import { registerComponent } from '../common/definitions/register.js';
2223
import { IgcCalendarResourceStringEN } from '../common/i18n/calendar.resources.js';
@@ -55,7 +56,7 @@ import type {
5556
import IgcYearsViewComponent from './years-view/years-view.js';
5657

5758
export const focusActiveDate = Symbol();
58-
59+
@blazorIndirectRender
5960
/**
6061
* Represents a calendar that lets users
6162
* to select a date value in a variety of different ways.

0 commit comments

Comments
 (0)