Alexandre Audebeau
Alexandre Audebeau
We have also an error when trying to use Store Provider as JSX element, created with `createContextStore` function. ``` Type error: Type '{ children: ReactNode; }' has no properties in...
I will give a try to yarn canary version.
> Going off #60909, we've worked around this by adding `Chrome 118` explicitly in our `.browserslistrc` file so it looks like the following: > > ``` > [development] > Chrome...
I tried with IconTabbedPage, and it changes nothing, icons won't show. Here is my full code sample: ``` {...} ``` I searched in your GitHub Forms samples, but I found...
> I have a solution using patches. Here it is. > > ``` > diff --git a/node_modules/react-native-settings/android/build.gradle b/node_modules/react-native-settings/android/build.gradle > index 6f8e7d0..9c98885 100644 > --- a/node_modules/react-native-settings/android/build.gradle > +++ b/node_modules/react-native-settings/android/build.gradle > @@...
FYI, I've just added this plugin into all my projects, and this sort-modules rule (with ` perfectionist.configs['recommended-natural']` configuration) is completely breaking my NestJS projects, because of classes sort. Build is...
Hi, I've just tested your new version, and I still have an issue with decorators, for example : ```ts import { ApiExtraModels, ApiProperty, getSchemaPath } from '@nestjs/swagger'; import { Expose,...
It is related to perfectionist, because the rule reorder class without taking into account class dependencies, with decorator usage. Here is a working example of the same code: ```ts import...
Ok thanks for the link, I will look at it later. For the feature request, is there any procedure to do it ?
This is exactly how I figured out to solve my problem !