Capelo

Results 14 comments of Capelo

I have a similar problem: My components folder has the following structure: -`/components` - `/my-component` - `index.tsx` (which exports the main component) - `MyComponent.tsx`(the component itself) - `MyComponent.d.tsx`(types for the...

Not really, but I can implement it if I have some time, and there's a current need for that feature ( @Kamieniu and @abrararies, do you still need it?) Anyways,...

Hi @n3tx , Currently there's no support for input tags. However the Use Case you're describing seems a bit particular. What I mean is that I guess you can accomplish...

Any updates on this? I'm having the same issue, even after adding the mentioned packages.

I'm also struggling a bit with this. This snippet works when using with vanilla ThreeJS loader: ``` var loader = newTHREE.OBJLoader(); loader.load( 'o.obj', ( object ) => { this.scene.add( object...

Sorry for the delay @sasha240100 ! I tried what you described and it does work (not when loading the `.mtl` file at the same time though — But the 'vanilla'...

Hi @sasha240100, I'm willing to help :D Just point me to the better option, would be it be something inside the codebase? A note on the docs? What I've done...

_From @strarsis on February 9, 2017 23:17_ Concerning gradient collisions between SVGs: https://github.com/svg/svgo/issues/651

_From @satazor on February 9, 2017 23:21_ @strarsis I'm using `svg-css-modules-loader?transformId=true` which creates unique classes and ids, see: https://github.com/kevin940726/svg-css-modules-loader