Raman
Raman
Bundles: SonataAdminBundle IphpFileStoreBundle Content: When build filter for current entity (Photo) I use another entity (Gallery) with field of IphpFile. It builds well. In front it shows well. I filter...
### Steps to reproduce Link to live example: **local dev as there's no TS completion** to build live phase Steps: 1. Set up a Material UI project 6.0.2 with TypeScript....
Add type annotations to enhance the robustness of prop type generation. Introduce a new `optimiseImports` function to standardise import formats. Implement an `optimise` command for removing unnecessary imports in declaration...
Switched from default imports to wildcard imports for PropTypes across multiple files. This change ensures consistency in PropTypes usage and can help with tree-shaking during the build process. Replaced all...
The TypeScript compiler complete without errors now, allowing for the proper usage of the `@mui/system` package components. Replaced all default exports with named exports to improve module consistency and tree-shaking...
### Steps to reproduce Link to live example: __local dev as there's no TS completion__ to build live phase Description: 1. When attempting to build a TypeScript project that imports...
Added `allowSyntheticDefaultImports` to TypeScript configuration for better compatibility with CommonJS modules. This helps to simplify imports and improves integration with various libraries. - [x] I have followed (at least) the...