Peter Potapov

Results 2 issues of Peter Potapov

When running quick test: ``` import * as React from 'react'; import { shallow } from 'enzyme'; import App from '../App'; it('renders without crashing', () => { shallow(); }); ```...

I receive this stack trace when trying to invoke createPublicClient in nodejs environment: ``` TypeError: (0 , S.default) is not a function at G (/Users/petrpotapov/Projects/lottery-smart-func/smart-func/node_modules/@fotonjs/api/dist/index.cjs:1:2864) at $ (/Users/petrpotapov/Projects/lottery-smart-func/smart-func/node_modules/@fotonjs/core/dist/index.cjs:1:1207) at Object....