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 dbb0a72 commit 68e87e4Copy full SHA for 68e87e4
packages/svelte/src/reactivity/date.js
@@ -32,7 +32,7 @@ export class SvelteDate extends Date {
32
if (method.startsWith('get') || method.startsWith('to')) {
33
// @ts-ignore
34
proto[method] = function (...args) {
35
- // If we have no params, then don't cache or create a derived
+ // don't memoize if there are arguments
36
37
if (args.length > 0) {
38
get(this.#time);
0 commit comments