Hi All,
I have created a very simple custom web component for Titanium . My Servoy version is 2023.12 .I have also tested for the latest one .When I am changing the html , Servoy form designer is not updating .Only after Servoy restart it is updating.
I am stuck . Please help me . Is there any problem with my system ?.
if you develop your own components that you need to follow the instructions that is written here:
https://github.com/Servoy/servoyworld_c … /README.md
do you have an “npm run build_debug” command running which is in watch mode compiling the TiNG application?
then if you change your componnent (html or ts file) we update that file and the compiler (watcher) will compile it again, and then a refresh in the designer should do the trick