Henrique Limas

Results 6 comments of Henrique Limas

We have a layout from electric.js that we can use for tutorials. Here is the layout on our repo: https://github.com/evilsoft/crocks/blob/master/docs/src/layouts/tutorial.soy It should look something like this: https://metaljs.com/docs/tutorials/tutorial-todo-jsx/before-we-start.html

I think we need to define a function that `clone` the object in a way that it doesn't loose the structure. We need some checks for base constructors like (Date,...

I got the same error on IE and Chrome 37 (It is easier to debug with the dev tools). In my case I am using ReactUniversalComponent for the lazy loading...

With this code is possible to simulate on IE11 or also Chrome 37 (Before Symbol support) since it is easier to debug on Chrome: ```js delete Object.prototype[Symbol.toStringTag] // At some...

@jasan-s I had the same issue and I was able to find the solution on [PayPal button code](https://github.com/paypal/paypal-checkout-components/blob/f8e11388481225fe10930ae05da94b149f485efa/src/zoid/menu/component.jsx#L38): , You can pass the `attributes` property setting the `iframe` with `scrolling:...

Yes @cironunes I think it is related to gulp-injector and that are all the steps to simulate the issue: 1. Create a new project; 2. Import the angular-material (or other...