We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b3d05 commit bd15687Copy full SHA for bd15687
lib/components/RevoGrid.ts
@@ -339,7 +339,7 @@ import 'svelte/internal/flags/legacy';
339
import * as $ from 'svelte/internal/client';
340
import { createEventDispatcher, onMount } from 'svelte';
341
342
-var root = $.template(`<revo-grid><!></revo-grid>`, 2);
+var root = $.from_html(`<revo-grid><!></revo-grid>`, 2);
343
344
export default function RevoGrid($$anchor, $$props) {
345
$.push($$props, false);
0 commit comments