You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually when coding i start typing the name of an export class, object, function,... and VSCode intellisense automatically suggests to import the correct package.
This does not happen for ActiveCollisionTypes.
I need to manually add import { ActiveCollisionTypes } from '@dimforge/rapier3d-compat'
The text was updated successfully, but these errors were encountered:
Usually when coding i start typing the name of an export class, object, function,... and VSCode intellisense automatically suggests to import the correct package.
This does not happen for
ActiveCollisionTypes
.I need to manually add
import { ActiveCollisionTypes } from '@dimforge/rapier3d-compat'
The text was updated successfully, but these errors were encountered: