We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ad0d2 commit 1083b24Copy full SHA for 1083b24
packages/svelte/src/internal/client/runtime.js
@@ -1786,6 +1786,7 @@ export function inspect(get_value, inspect = console.log) {
1786
const fn = () => {
1787
const value = get_value().map(unstate);
1788
if (value.length === 2 && typeof value[1] === 'function' && !warned_inspect_changed) {
1789
+ // eslint-disable-next-line no-console
1790
console.warn(
1791
'$inspect() API has changed. See https://svelte-5-preview.vercel.app/docs/runes#$inspect for more information.'
1792
);
0 commit comments