-
Notifications
You must be signed in to change notification settings - Fork 18
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
flags should be GObject.ParamFlags in GObject.ParamSpec.object() #181
Comments
@spazziale sorry, my mistake. I hope this has been fixed. I release beta.10 now, can you test if it works again? |
seems to not be solved, maybe because i used
due to #182 |
@spazziale are you generating the types by yourself or do you use the types published on npm? If you generates the types by yourself then there is now a bracking change: |
@spazziale Maybe you are simply missing a import '@girs/gjs';
import '@girs/gjs/dom'; ? |
no i'm using the ones from npm |
nothing happen, |
Can you try |
using beta.11 also i noticed that GObject constructor() doesn't take in input constructProperties
thanks for your work |
yes, we should document it. I think it's because we use ESM + Node.js for package resolution and that's what NodeNext is for. |
Using @girs/gobject-2.0: "^2.80.2-4.0.0-beta.9",
now the only type accepted is "string"
The text was updated successfully, but these errors were encountered: