(cherry picked from commit a05672013a)
This commit is contained in:
Andrew KeepCoding 2024-07-18 11:25:56 +09:00 коммит произвёл Mergify
Родитель 1e9e670f28
Коммит ffcdf42eab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,4 +25,4 @@ but the property _property_name_ is not of type `IFeed<T>` (nor `IState<T>`).
> [!NOTE]
> If your property is synchronous (i.e. not a `Feed` nor a `State`), you don't need to use the `[FeedParameter]` attribute.
> Remove the parameter from teh method and get your value from the property directly.
> Remove the parameter from the method and get your value from the property directly.