Error `Field 'browser' doesn't contain a valid alias configuration` when trying to link app with external dependencies added via Yarn

Olá.

Estou tentando usar essas dependências abaixo em um app React. Quando tento linkar o app, recebo repeditas vezes o erro Field 'browser' doesn't contain a valid alias configuration:

    "react-markdown": "^8.0.0",
    "rehype-raw": "^6.1.1",
    "remark-gfm": "^3.0.1"

Será um problema relacionado ao builder que estou usando(react)?
O builder react consegue processar dependências externas?

I’m going through the same problem and still haven’t been able to solve it @DanteSS. Did you make any progress on this issue?

Hello!

I looked into some precedents on my end that affected other customers and partners, and some steps that helped resolve this issue were:

1- Run the vtex setup command in the app’s root folder. This will automatically add information from manifest.json to the react/package.json file

2- Delete the yarn.lock / package-lock.json files and run the yarn command again in the root folder and in the react folder