You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a docs site that has multiple different page layouts. Depending on the page, I want to be able to override the codeConfig options on the component level. Specifically, I'm wanting to change the value of staticMediaQuery for the Scrollycoding component depending on which page layout is being used. However, passing a codeConfig prop appears to always be overridden by the config values at the plugin configuration level.
Example expected implementation
Neither of these attempts seem to have any effect.
I'm running into this issue both in the site I'm working on as well as in this minimal reproducible example:
I've added a staticMediaQuery both to the next.config.js and a differing media query in the CH.Scrollycoding component's props in the scrollycoding.mdx file.
Yes, that's not implemented right now. I'll try to make the second option work soon. It will be consistent with other settings like <CH.ScrollyCoding lineNumbers={true}>
pomber
changed the title
Pass codeConfig to ScrollyCoding via props
Pass staticMediaQuery to ScrollyCoding via props
Jun 21, 2023
pomber
changed the title
Pass staticMediaQuery to ScrollyCoding via props
Pass staticMediaQuery to ScrollyCoding via props
Jun 21, 2023
I'm working on a docs site that has multiple different page layouts. Depending on the page, I want to be able to override the
codeConfig
options on the component level. Specifically, I'm wanting to change the value ofstaticMediaQuery
for theScrollycoding
component depending on which page layout is being used. However, passing acodeConfig
prop appears to always be overridden by the config values at the plugin configuration level.Example expected implementation
Neither of these attempts seem to have any effect.
Example repo
I'm running into this issue both in the site I'm working on as well as in this minimal reproducible example:
I've added a
staticMediaQuery
both to thenext.config.js
and a differing media query in theCH.Scrollycoding
component's props in thescrollycoding.mdx
file.StackBlitz link
The text was updated successfully, but these errors were encountered: