mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
Drop TODO comment
This commit is contained in:
parent
20260f5dfd
commit
b56958f9f0
@ -227,7 +227,6 @@ export function instrument(obj: unknown, options: Options = {}) {
|
||||
acc[key]._original = value;
|
||||
|
||||
// Deal with functions that also act like an object
|
||||
// TODO might be able to make functions instrumentable so we can omit this extra step
|
||||
if (Object.keys(value).length > 0) {
|
||||
Object.assign(acc[key], instrument({ ...value }, { ...options, path: path.concat(key) }));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user