You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #15 was fixed, everything seemed to be working fine.
However, since a few days JsonWrapper seems to have stopped working. This might be related to a dependency upgrade on our side but we are not sure.
There are no errors in the Console and all fields appear as they should. Once the form is submitted, Laravel complains about fields present in the form but not present in the DB (the fields wrapped in the JsonWrapper).
Do you have any idea what the cause of this issue might be?
Nova version: 3.21.0
nova-json-wrapper version: 0.2.0
Laravel version: 8.21.6
The text was updated successfully, but these errors were encountered:
Hi!
After #15 was fixed, everything seemed to be working fine.
However, since a few days
JsonWrapper
seems to have stopped working. This might be related to a dependency upgrade on our side but we are not sure.There are no errors in the Console and all fields appear as they should. Once the form is submitted, Laravel complains about fields present in the form but not present in the DB (the fields wrapped in the
JsonWrapper
).Do you have any idea what the cause of this issue might be?
Nova version: 3.21.0
nova-json-wrapper version: 0.2.0
Laravel version: 8.21.6
The text was updated successfully, but these errors were encountered: