Alex Lavrov

Results 11 issues of Alex Lavrov

Usage on the client-side is not documented at all. API handlers description is wrong: e.g. getFormUpload endpoint returns not an upload path, but the object ``` form: { fields: {}...

severity: moderate
docs

The image upload example is too complicated. All state in the single hook is not readable: https://github.com/reimagined/resolve/blob/dev/examples/ts/personal-data/client/components/ImageUpload.tsx#L27 React docs about splitting state variables: https://reactjs.org/docs/hooks-faq.html#should-i-use-one-or-many-state-variables What is the difference between token...

enhancement

In the "personal-data" example, the custom UploaderContext is used to get the upload CDN URL. https://github.com/reimagined/resolve/blob/dev/examples/ts/personal-data/client/components/ImageUpload.tsx#L55 But I figured out that the CDN URL is also available in ResolveContext: ```...

enhancement

**Describe the bug** "useReduxReadModel" hook causes react warning on the first render: "Warning: Cannot update a component while rendering a different component" **Additional context** reSolve version 0.30.4 react, react-dom versions...

bug
severity: minor

Error in calculateRecipeBeerJSON: infuse_amount is undefined

Do not run declaration discovering in pack script