-
Notifications
You must be signed in to change notification settings - Fork 30
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
Session summary updates #1111
Session summary updates #1111
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
84357c1
to
4247534
Compare
327f33c
to
5c4170b
Compare
2a91668
to
f563c3f
Compare
f563c3f
to
ec9d95e
Compare
@@ -128,8 +128,7 @@ export function useConnectionValue() { | |||
// Provides backward compatability for Controler <= v0.5.1 | |||
if (themeParam) { | |||
const decodedPreset = decodeURIComponent(themeParam); | |||
const parsedTheme = JSON.parse(decodedPreset) as ControllerTheme; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm I think we need to keep this unfortunately, since old controllers pass the theme as a json object in the query params
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah right, putting this in a try/catch
72f9dd2
to
20d6607
Compare
2086cf2
to
5f7aa43
Compare
5f7aa43
to
3bf4ee4
Compare
No description provided.