[Solved] Repeater flashes the original content for a few seconds before showing the content of the database

@suuufiii1 $w . onReady ( function () {
$w ( ‘#repeater1’ ).hide();
$w ( ‘#dynamicDataset1’ ). onReady (() => {
$w ( ‘#repeater1’ ). show ();
});

try this one