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 2bc1eb4 commit 942547eCopy full SHA for 942547e
libs/cannon/src/lib/physics.ts
@@ -137,7 +137,7 @@ export class NgtcPhysics {
137
private tolerance = pick(this.options, 'tolerance');
138
139
private invalidate = this.store.select('invalidate');
140
- // @ts-expect-error - worker is not nullable, and we don't want to use ! operator
+ // @ts-expect-error - worker is not nullable, and we don't want to use ! operator.
141
private worker = signal<CannonWorkerAPI>(null);
142
143
api: NgtcPhysicsApi = {
0 commit comments