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

Restore LogicalChildren for Hot Reload #1913

Merged
merged 4 commits into from
Aug 3, 2021

Conversation

mattleibow
Copy link
Member

Description of Change

Hot Reload uses the LogicalChldren property still in the current previews, so add it back.

Because we are using IReadOnlyList<T>, we do have to wrap it in a special conversion class. This is Only used by Hot Reload, and we can't use the value directly because Hot Reload expects a very specific type.

@mattleibow mattleibow requested review from drasticactions, hartez and PureWeen and removed request for drasticactions and hartez August 3, 2021 02:08
@mattleibow mattleibow marked this pull request as draft August 3, 2021 03:47
@mattleibow
Copy link
Member Author

I believe this might not be needed since there is an insertion this week for the new HR in P3. Also, the current HR is broken due to a change in another VS component.

@mattleibow mattleibow added this to the 6.0.100-preview.7 milestone Aug 3, 2021
@mattleibow mattleibow changed the title Restore LogicalChildren for Hot Reload [WIP] Restore LogicalChildren for Hot Reload Aug 3, 2021
@mattleibow mattleibow marked this pull request as ready for review August 3, 2021 21:06
@mattleibow mattleibow changed the title [WIP] Restore LogicalChildren for Hot Reload Restore LogicalChildren for Hot Reload Aug 3, 2021
@mattleibow mattleibow merged commit 8834cd1 into release/6.0.1xx-preview7 Aug 3, 2021
@mattleibow mattleibow deleted the dev/logical-children branch August 3, 2021 21:39
@samhouts samhouts added area-controls-collectionview CollectionView, CarouselView, IndicatorView legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter area-controls-shell Shell Navigation, Routes, Tabs, Flyout area-controls-tabbedpage TabbedPage area-controls-button Button, ImageButton area-controls-radiobutton RadioButton, RadioButtonGroup platform/android 🤖 platform/iOS 🍎 platform/windows 🪟 labels Jul 11, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 25, 2023
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
@samhouts samhouts added the fixed-in-6.0.100-preview.7.3 Look for this fix in 6.0.100-preview.7.3! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-button Button, ImageButton area-controls-collectionview CollectionView, CarouselView, IndicatorView area-controls-radiobutton RadioButton, RadioButtonGroup area-controls-shell Shell Navigation, Routes, Tabs, Flyout area-controls-tabbedpage TabbedPage area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter fixed-in-6.0.100-preview.7.3 Look for this fix in 6.0.100-preview.7.3! platform/android 🤖 platform/iOS 🍎 platform/windows 🪟
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants