smoleniuch

Results 5 comments of smoleniuch

I have a similar problem. I would like to test my component which is dependant on the provider. ```javascript it('Renders valid no data text', () => { let wrapper =...

@ljharb Thanks for the response.But the idea behind updating the props in the child component is that i would like to test `componentDidUpdate` life cycle method. ```javascript componentDidUpdate(prevProps) { const...

@tivie I have found [this](https://github.com/showdownjs/showdown/blob/master/src/converter.js#L351) gem.But i have no idea why i can not access it.Does showdown support reversed conversion?

@charlie-s I did not find any information about bidirectional flow, can you provide a sample?? Anyway the feature would be very useful.

@atagulalan I agree that it is easy to do it sounds like a basic feature to have in such component.I would vote in favor to have placeholder built in. Cheers!