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.

[jss-nested][jss-expand][jss-observable][jss-function-values] Dynamic values in nested structures

See original GitHub issue

With JSS of:

{
  alpha: {
    '& div': observable
  }
}

The first application will correctly use the value of the observable; however, when observable changes e.g. { height: '123' }, the result never updates.

The observable is being monitored and the styleRule updated per onProcessRule as expected, however the styleRule.prop does not overwrite the prior value of the & div in the <style>.

Noting related issues #735 #737

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
kofcommented, Oct 15, 2018

Update: we decided to support plugins processing in observables by default

0reactions
brianmhuntcommented, Oct 20, 2018

Fantastic, thank you for the update.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dynamic array member of a nested structure - Stack Overflow
I am having a structure that includes a set of other structures: typedef struct{ int cell_Type; //user association: 0--> Macro 1-- ...
Read more >
Nested Structure in C with Examples - GeeksforGeeks
The Employee structure is nested inside the structure Organisation and it has the data members like employee_id, name, salary.
Read more >
create new fields dynamically in nested structure
Hi, i have nested structure. like structure A feild1 field2 field3 type structure B,---->nested and structure B, field4 type structure ...
Read more >
Accessing Dynamic Field References of Nested Structures
Hi - I want to be able to dynamically get and set fields of a structure, but a structure with nested fields, such...
Read more >
Nested Structure in C Programming Language Tutorial
In this tutorial, you will learn about Nested Structures in C Programming language.A Structure is a collection of similar elements.
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