Pablo Rocha

Results 9 comments of Pablo Rocha

@elreeda, add the following to your `package.json`. I do not believe this is a permanent fix, but it gets the example working. ```json "resolutions": { "babel-core": "7.0.0-bridge.0" } ```

@tutts, right on. Looks like there is a [branch](https://github.com/jaredpalmer/backpack/blob/42138f72f4ac0953b3d9e36c5f486e1a60f1aae3/examples/with-jest/package.json#L16) with the correct dependencies.

I am doing this as well and just received an email from Facebook saying I am in violation of one of their policies. I have until 10-31 to correct the...

Hi @kavin-monarch, you need to run `yarn style` to update the `tw.css` file, or `overflow-y-auto` will not exist.

@kavin-monarch looks like it is having trouble finding `chromium-browser` -> `ENOENT`(Error NO ENTry). Maybe it was installed on my machine when I previously installed puppeteer? @aexol might be able to...

@bmulholland Nuxt v3 is a complete rewrite of v2, therefore the underlying technologies are different and require different methods to get things to _work_. You can research [how to migrate...

@MetaBureau you probably figured this out by now, but in case someone else needs it this is how it is done: Custom Block component with serializers: ```vue import Link from...

I am having the same issue. Using `ThemeProvider` as well. Looking at the css you can see that the `background-color` is not set to the actual color. ![Screen Shot 2020-03-30...

@biklas7 there is a demo repo at https://github.com/alfonsocejudo/fluster_demo