-
-
Notifications
You must be signed in to change notification settings - Fork 399
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] Link option does not work #664
Comments
Thank you for the report, I will take a look asap. In the mean time if you can, you can also try to fix it and send me pr or clues :) |
@kof I have a solution for this, want to submit a PR but stuck with linting issues. |
Ok, send a PR with lint errors, I will take a look. |
I have this warning with |
@kof is there an update on this issue based on #666? I'm getting the same warning but I'm not using an option called |
@carlgunderson as you can see that PR hasn't been worked on, I am still waiting for @sambhav-gore to finish it. Incase you don't have dynamic props and see this warning, please create a codesandbox demo |
I encountered a similar issue with a non global scope (see details on mui/material-ui#10543 / sandbox: https://codesandbox.io/s/lpm6vop66l). May it be related? |
https://github.com/cssinjs/jss-global/pull/6 for reference |
I'm unable to use the
link
option mentioned in the JS api documentation with jss-global plugin. Every call tosheet.update
aftersheet.attach
have been called triggers aeven with the right option, and sheet doesn't get refreshed.
I have been able to reproduce this behavior here: https://codesandbox.io/s/vml5lxmvy
Could be the same as #602 but op didn't said about the
link
option usage.The text was updated successfully, but these errors were encountered: