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 1a5e457 commit f8ff3b0Copy full SHA for f8ff3b0
src/util/name-resolver.ts
@@ -30,7 +30,7 @@ export class NameResolver {
30
}
31
32
unreserve(names: string[]) {
33
- this.reservedNames.filter(
+ this.reservedNames = this.reservedNames.filter(
34
(reservedName) => !names.some((name) => name === reservedName),
35
);
36
0 commit comments