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: support Layout when specifying routes #554

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

maartenbreddels
Copy link
Contributor

Before, if we specified

routes = [
    solara.Route(path="/", component=Home, label="Home", layout=Layout),
    solara.Route(path="about", component=About, label="About"),
]

We would not render the the page and layout correcly.

Copy link
Contributor Author

maartenbreddels commented Mar 13, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @maartenbreddels and the rest of your teammates on Graphite Graphite

@maartenbreddels maartenbreddels force-pushed the 03-13-fix_layout_when_using_routes branch from e3a2107 to df40333 Compare March 19, 2024 14:26
Copy link
Contributor Author

maartenbreddels commented Mar 19, 2024

Merge activity

@maartenbreddels maartenbreddels merged commit 4d17086 into master Mar 19, 2024
24 of 27 checks passed
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

Successfully merging this pull request may close these issues.

None yet

1 participant