Damien Varron
Damien Varron
Hi, I have narrowed it down with a github repo: https://github.com/damusnet/hello-nextjs This works: https://github.com/damusnet/hello-nextjs/blob/b85d11c33ea5c9d4c4f4e2bbc75c0f1e371db059/styles/index.js ```jsx import css from "styled-jsx/css"; import colors from "./colors"; export default css` h1 { color: ${colors.green};...
Maybe have a look at #28
Hi @pke, thanks for submitting this bug. Unfortunately, I lack the time to maintain this project at the moment. I will try and review any Pull Request if you can...
Hi @MADHUKESHA, thanks for your contribution. I feel like there should be a more "react" way of adjusting the `SwipeViewsInk` style than setting `#ids` and to manipulate `document` properties.
I encountered the same issue, wanting to add a hotkey on `shift+plus` and tried everything (`plus`, `+`, changing the `splitKey`, etc.). Ultimately, a look at the code gave me a...
Note that the `shift+bracketright` for "shift +" worked until version `4.4.1`, but stopped working in `4.4.4` and `4.5.0`
After a bit of investigation, this sort of makes sense. When pressing combo keys, the following is (roughly) registered: * Add `shift` * Add `?` * Remove `shift` * Remove...
Hi all, I also came up with a case of invariant violation of an `` inside a ``. While trying to use Google Tag Manager (gtm) more specifically. What's interesting...
@gaeron alright, thanks! I wasn't sure this deserved a new issue but I'll open one now.
This did the trick for me to run my mocha tests again after installing `@exponent/ex-navigation`: ``` mockery.registerMock('@exponent/ex-navigation', { createRouter: () => {}, }); ``` Not fully published yet, but see...