yanai
yanai
in the summery part there is error in the sentence : `These names act as if defined by `**let**` ...` need to be **const** instend
Adding to the header - # of # counter --- This change is [](https://reviewable.io/reviews/giltayar/bilt/65)
https://github.com/kubowania/minesweeper/blob/bb3641fcb5c85918b8bd1594f397342e4ec223a3/app.js#L105 ``` const newSquare = document.getElementById(newId) click(newSquare) ``` it can come ones at the end of the function instead in every if block
### Versions - vite-plugin-federation: ^1.3.5 - vite: ^5.2.11 ### Reproduction create a new vite app - one remote and one host - and configure the MF : ``` // remote...