question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dynamic values update issue

See original GitHub issue

Expected behavior: Dynamic values should update.

Describe the bug: Dynamic values don’t update.

Codesandbox link: https://codesandbox.io/s/material-demo-xivoe

const styles = {
  root: props => ({
    "@media print": {
      display: props.print
    }
  })
};

Versions (please complete the following information):

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
kofcommented, Jun 10, 2019

This specifically happens with media queries. I can see that instead of updating the media query, it creates a new empty one.

cc @HenriBeck it might be related to the issue we have seen with styled-system and duplicated media queries.

0reactions
kofcommented, Dec 28, 2019

fixed in https://github.com/cssinjs/jss/pull/1242, releasing in 10.0.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to Enter Dynamic Value in "Update a Task" Action
However, when I choose the Update a Task action in Flow, I'm only presented with a dropdown menu and not allowed to enter...
Read more >
Unable to get update based on dynamic value
This works fine if I pass in a static value for the description field. But fails when I use the dynamic field. I...
Read more >
2020.1 Dynamic Parameters not updating online
After updating to the new Dynamic Parameter update in 2020 Destop and publishing to Tableau online, the workbook fails to update online.
Read more >
Can we update custom field dynamically by using REST API
Hi Folks, I am trying to update selectlist custom field dynamically by using REST API and getting input data from REST API and...
Read more >
Solved: How to dynamically update the values of unknown co...
Hi everyone,. Trying to figure this out but I'm stumped. I want to dynamically update the values of unknown columns using Power Query....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found