mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 02:34:04 +00:00
improve error handling
This commit is contained in:
parent
9fffe87970
commit
459b74eb18
3 changed files with 16 additions and 10 deletions
|
|
@ -163,7 +163,7 @@ class TypehintComponent extends Component
|
|||
#[Wired]
|
||||
public Product $model;
|
||||
|
||||
#[Wired] #[Encode(method: 'getKey')] // todo add the same feature for Decode
|
||||
#[Wired] #[Encode(method: 'getKey')] // todo add the same feature for Decode (but then we may have to update the type generator)
|
||||
public Product $model2;
|
||||
|
||||
#[Wired]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue