Results 25 issues of Bruno Zorić

## Changes Umbrella PR for React 18 upgrade. ## How Has This Been Tested? Jest, Cypress and manually. ## Upgrade User project will, probably, need to upgraded. ## Documentation Note...

umbrella ☂️

## Changes PoC to generate Typescript defintions from the CMS GraphQL Schema. ## How Has This Been Tested? Jest.

## Changes When deleting multiple entries via bulk actions, a `id` was sent instead of `entryId`. ## How Has This Been Tested? Manually.

## Changes This PR uses BG tasks to fix the export of Page Builder Pages. ## How Has This Been Tested? Jest and manually.

Heya! I found an issue with startBatch when using track atoms functionality. When you run startBatch() it takes present state and pushes it to the history past and if there...

Closes #24 Added isArray function which uses Array.isArray if it exists and checks for array in the prototype if not.

Having an array which is not instance of Array object is resulting in packing the value as object. Here is inspection of the value from IDE: And packed result is:...

## About This issue will serve as a wrapper to report bugs in the React 18 branch. PR: https://github.com/webiny/webiny-js/pull/3771 Deployment URLs and credentials are in our Slack `dev-team` channel. Write...

bug

## Short Description This PR introduces the Headless CMS Reference field article. Since the introduction of the detailed reference field, we need to have an article which explains it. ##...

## Changes Using the 18.3.x version of react results in a lot of deprecation warnings, which look like errors. We can increase the version from 18.2.0 to 18.3.x (or higher...