Joe

Results 34 comments of Joe

I have the same issue. Using v4.2.1 on a Macbook Pro (Retina, mid 2012) with OS High Sierra 10.13.2 When I use the trackpad, the scrollbar: 1) is invisible before...

I have react-async-script 0.9.1 installed.

This is my .babelrc file: ``` { "presets": ["react", ["env", { "targets": { "browsers": ["last 2 versions", "IE 11", "safari >= 7"] } }]], "plugins": [ "transform-object-rest-spread", ["babel-plugin-styled-components"], ["react-hot-loader/babel"], ["react-intl",...

> also what version of `react`? 16.4.1

This is what I see when I try the above: ![Screen Shot 2020-11-21 at 11 43 10](https://user-images.githubusercontent.com/8842431/99876508-0ec67f80-2bef-11eb-9e1d-9c78c3331d87.png)

Getting same issue here too - still no resolution?

Struggling to understand the code in the connect() function - shouldn't it be: ``` $connection1 = $connectionManager1->getWriteConnection(); $connectionManager1->setConnection($connection1); ```

I am trying to switch between databases at runtime and having no luck - there doesn't appear to be any documentation on this (?) ``` // Create connections in Propel....

I have the same request. For example, it would be good to be able to set the order of the columns based on the viewport. Perhaps something like this: ```...

Could you please explain why removing `babelPresetEnvTargets` and transpiling `sw.js` after webpack has created it are different from each other - they appear to be doing the exact same thing?