芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/livewire/livewire/src/RenameMe/OptimizeRenderedDom.php
memo['htmlHash'] = hash('crc32b', $response->effects['html']); }); Livewire::listen('component.hydrate.subsequent', function ($component, $request) { $this->htmlHashesByComponent[$component->id] = $request->memo['htmlHash']; }); Livewire::listen('component.dehydrate.subsequent', function ($component, $response) { $oldHash = $this->htmlHashesByComponent[$component->id] ?? null; $response->memo['htmlHash'] = $newHash = hash('crc32b', $response->effects['html']); if ($oldHash === $newHash) { $response->effects['html'] = null; } }); } }