-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'trackedWrites') #20
Comments
I agree with your assessment that the exception originates in
I also just realized that the promise returned from If none of this helps, you might want to insert an extra check into your |
I'll do that, thanks for the suggestion! Any properties you'd be interested in specifically? |
The type name, the |
Ping -- was this issue resolved? |
I'm seeing an exception thrown from becsy source via exception tracking that I haven't been able to reproduce locally yet
If traced it to this piece of minified code (formatted for legibility)
Scanning the source I think this mirrors
https://github.com/LastOliveGames/becsy/blob/main/src/entity.ts#L232-L240
The code I execute right before this amounts to
Sorry I don't have a better reproduction, I figured bringing it up might help with gathering more context by having your in-depth expertise.
The text was updated successfully, but these errors were encountered: