bakerkretzmar / nova-settings-tool

Laravel Nova tool to view and edit application settings.
MIT License
167 stars 32 forks source link

TypeError: Cannot read properties of null (reading 'split') #50

Closed aliwesome closed 2 years ago

aliwesome commented 2 years ago

I just faced this issue on the console after installing the package on Nova 4.X.

bakerkretzmar commented 2 years ago

Can you provide more details please? What page, the complete error, more info about your environment, etc.

aliwesome commented 2 years ago

@bakerkretzmar on tool page: /nova/settings with below console error: image

bakerkretzmar commented 2 years ago

@aliwesome can you update to v2.0.1 and let me know if this is still an issue?

aliwesome commented 2 years ago

@bakerkretzmar issue still exists, using it on Nova 4.12.12

bakerkretzmar commented 2 years ago

@aliwesome can you try v2.0.2? I think I found the issue here, has to do with a code field with no value. Thanks.

aliwesome commented 2 years ago

@bakerkretzmar I tried this version out and the issue was fixed. thank you.