how to keep custom nova components up to date with nova updates #5539
Answered
by
crynobone
AbdallahAli912
asked this question in
Q&A
-
Description:We used a way to override some nova components. |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
May 16, 2023
Replies: 1 comment
-
|
Nova component is not under public API and isn't documented. If you need to override any component, you should always ensure that dusk/cypress tests or vue tests (jest etc) cover those usages to ensure it continues to work after each update. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nova component is not under public API and isn't documented. If you need to override any component, you should always ensure that dusk/cypress tests or vue tests (jest etc) cover those usages to ensure it continues to work after each update.