sahithikol

Results 5 comments of sahithikol

sorry @ljharb i have updated the code added the code snippets where i use react lazy and suspense

@ljharb i am stuck on this , can you please suggest

no i could not make any progress on this @shridharkalagi any luck for you @ljharb please help

@ljharb i have tried to use to call component.find('button').props().onClick() instead of simulate , can you please help how can i test this

@ljharb i tried testing it this way ```jsx import React from 'react'; import Enzyme, { mount, shallow } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; import Component1 from '../src/Component1.js'; Enzyme.configure({ adapter:...