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

[jss-global] Can't change styles dynamically #602

Closed
RamonBalthazar opened this issue Oct 24, 2017 · 5 comments
Closed

[jss-global] Can't change styles dynamically #602

RamonBalthazar opened this issue Oct 24, 2017 · 5 comments
Labels
bug It went crazy and killed everyone. complexity:high Best brains need to talk about it. plugin When unplugged is fine

Comments

@RamonBalthazar
Copy link

I'm trying to dynamically change the font for body from inside my CustomThemeProvider using props but it works only for the first time, whenever I send new props to CustomThemeProvider the body style remains untouched.

Sample code:

...

const stylesheet = {
  '@global': {
    body: {
      fontFamily: props => getFontFamily(props.site.styles.font),
    },
  },
};

export default injectSheet(stylesheet)(CustomThemeProvider);
@kof
Copy link
Member

kof commented Oct 24, 2017

Can you please show an example on codesandbox without CustomThemeProvider in order to make sure the problem is in jss?

@kof
Copy link
Member

kof commented Oct 31, 2017

@RamonBalthazar any updates?

@aslafy-z
Copy link

Same for me, I just reproduced it here: https://codesandbox.io/s/vml5lxmvy

@kof kof added bug It went crazy and killed everyone. plugin When unplugged is fine complexity:high Best brains need to talk about it. labels Mar 19, 2018
@kof
Copy link
Member

kof commented Jun 19, 2018

tbc in #682

@kof kof closed this as completed Jun 19, 2018
@DurgaPammi

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It went crazy and killed everyone. complexity:high Best brains need to talk about it. plugin When unplugged is fine
Projects
None yet
Development

No branches or pull requests

4 participants