Is this package compatible with spatie/laravel-view-models #21
Replies: 1 comment
-
You will have to write a transformer for this since we cannot automatically deduce what the structure is. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently started using this package, but I was still writing the React props of the page myself. Then I figured, why not try to put
#[TypeScript]
above my ViewModel, but this doesn't seem to work. Am I missing something, or is it just not possible?Beta Was this translation helpful? Give feedback.
All reactions