Jannick Garthen
Jannick Garthen
@dougwilson To sum this up, a proper implementation for the options and it's documentation is missing here, correct? Test vise this PR looks already good to me (tests for options...
Can you please add some more information on how to reproduce?
Styled components works around uses transient props: https://styled-components.com/docs/api#transient-props So a `$` sign to know what should be passed to the DOM and what should not. Would this make sense here...
My team run into the same with circular dependencies. Are there already thoughts on how to solve this? Based on a short investigation, I'd expect returning a warning or error...
Thanks for the hints, that makes sense. When exploring the behaviour I found similarities to what you describe. If we can remove the unneeded parsing, the issue would reduce quite...
Short answer: Webpack + linaria plugin with custom babel options: ```javascript { plugins: [ '@babel/plugin-syntax-jsx', '@babel/plugin-proposal-class-properties', [ // required for legacy desktop to parse the syntax '@babel/plugin-proposal-decorators', { decoratorsBeforeExport: true,...
As of now, there is no support for footer components, but I would be interested to support this in case its possible in a reasonable way. What exactly are we...
Instead of a public API, adding `scroll-margin` by default might even be a better approach as it would make `scrollTo` work by default (I guess): https://css-tricks.com/almanac/properties/s/scroll-margin/
@trompx Even though I am not 100% sure if I understand you completely, I can tell there is no support to stick content to the bottom of the page as...