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 e1f8395 commit aa9acfcCopy full SHA for aa9acfc
packages/nuxt/src/runtime/plugins/storage.server.ts
@@ -76,7 +76,6 @@ function instrumentDriver(driver: MaybeInstrumentedDriver, mountBase: string): D
76
'getKeys',
77
'getMeta',
78
'clear',
79
- 'dispose',
80
];
81
82
for (const methodName of methodsToInstrument) {
0 commit comments