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
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
It works when I run it without advanced compilation, so I'm not sure what's going on there.
I found a potential fix - replacing the ClojureScript set (#{}) with an ES6 Set, but I noticed a regression that comes as a side effect if multiple references to an object are held (the second time the object is encountered it is ignored), so I'm exploring a little more.
I think keeping a set of "path names" like #{Phaser.Cameras.Controls.Fixed.X, Phaser.Cameras.Controls.FixedKeyControl.Y} instead of a set of object references might work and would allow multiple properties to point to the same object (in Phaser specifically there are some deprecated properties, and even though they reference the same thing both the old and the new should be surfaced)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using this URL: https://cdn.jsdelivr.net/npm/[email protected]/dist/phaser.js
I get this error: "TypeError: a.F is not a function. Check console for stack trace."
The text was updated successfully, but these errors were encountered: