Skip to content

Commit

Permalink
Get rid of now unnecessary children fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Nov 6, 2024
1 parent 197de0c commit 1ed8b3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions packages/svader/src/lib/WebGlShader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@
import BaseShader from "./BaseShader.svelte";
/**
* This prop is only here to satisfy compatibility with Svelte 5 projects.
* HAS NO EFFECT.
*
* @type {any}
*/
export let children = null;
children;
/**
* The width of the canvas element.
*
Expand Down
9 changes: 0 additions & 9 deletions packages/svader/src/lib/WebGpuShader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,6 @@
import BaseShader from "./BaseShader.svelte";
import { onDestroy, onMount } from "svelte";
/**
* This prop is only here to satisfy compatibility with Svelte 5 projects.
* HAS NO EFFECT.
*
* @type {any}
*/
export let children = null;
children;
/**
* The width of the canvas element.
*
Expand Down

0 comments on commit 1ed8b3e

Please sign in to comment.