-
Notifications
You must be signed in to change notification settings - Fork 94
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
ignore minor error when initialising selection #745
Conversation
@PardhavMaradani I can't seem to assign you as a reviewer but if you wanted to check it out that would be great |
The changes looks fine to me. This is how I had to break it apart to get past this error. Just fyi - in case you think it is any better.
|
I've been trying to keep the creation of the UIList property tightly coupled to the creation of the |
As the
as well. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #745 +/- ##
==========================================
- Coverage 79.06% 79.06% -0.01%
==========================================
Files 80 80
Lines 5317 5320 +3
==========================================
+ Hits 4204 4206 +2
- Misses 1113 1114 +1 ☔ View full report in Codecov by Sentry. |
I can't currenlty figure out a nice way to have selections update when their UIList properties are updated, but not throw errors when starting, so for now we can just ignore them if they aren't present.