Martin Maroši
Martin Maroši
> @Hyperkid123 I have started to update the tests for conditions. How do I run the tests? `yarn test` seems to run the tests, but all test fails, so I...
@rvsia I would add field array support directly. There is one decorator that handles focus on the first error field though. We may have to implement that as well.
> component - no need for it, we are not exposing it to users We will eventually expose this, but we only have to keep the currently exposed API. I...
@dlabrecq do we have a baseline when using the "stock" PF select?
I will check it properly later and create examples in code sandbox however. From past experience with huge data sets in other components (array fields in MUI mapper), usually, the...
@dlabrecq yeah I think this is the rendering issue. Using stock PF component in this example: https://uenic.csb.app/ The initial render time is kind of difficult to judge because of the...
@dlabrecq I was doing a little bit of research about the issue. Here are my findings. Testing env: - dualist select component with sortable and tree props set to true...
A new PR was added with some results of the initial exploration of combining different module federation builds tools in a single runtime. Code: https://github.com/scalprum/mf-mixing-experiments PR: https://github.com/backstage/backstage/pull/22429
@Rugvip Sure. If you list all available modules from a package, the module federation is smart enough to share and include in the output only modules that are used in...
A quick summary of module federation feature support by individual tested packages in https://github.com/scalprum/mf-mixing-experiments. ## Tested packages - [Rspack](https://www.rspack.dev/) - [Webpack native](https://webpack.js.org/) - [Webpack @module-federation/enhanced](https://github.com/module-federation/enhanced) - [Vite @originjs/vite-plugin-federation](https://github.com/originjs/vite-plugin-federation) ## Dynamic...