Skip to content
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

Fix CanvasGroup color #619

Closed
tacheometry opened this issue May 28, 2022 · 4 comments
Closed

Fix CanvasGroup color #619

tacheometry opened this issue May 28, 2022 · 4 comments

Comments

@tacheometry
Copy link
Contributor

The CanvasGroup instance has a GroupColor3 property. Right now it's defined as GroupColor.

@Dionysusnu
Copy link
Contributor

Dionysusnu commented May 28, 2022

This actually was a rename in the last API dump update. The types generator probably just still needs to run the refresh.

@Dionysusnu
Copy link
Contributor

Or in fact it was even already updated 4 days ago: d910ba6
Did you maybe forget to update your types package?

@tacheometry
Copy link
Contributor Author

After running npm i @rbxts/types@latest it still gets me Property 'GroupColor3' does not exist on type 'CanvasGroup'. Did you mean 'GroupColor'? ts(2551). It seems the latest version is 1.0.593, which doesn't have the type updated: https://unpkg.com/browse/@rbxts/[email protected]/include/generated/None.d.ts

@Dionysusnu
Copy link
Contributor

1.0.598 has now been published and should include the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants