Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit b2dd81b

Browse files
committed
fix typo on dist
1 parent 8c1a621 commit b2dd81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/preload/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ electron_1.ipcRenderer.on('log', (event, { level, message, context }) => {
3939
});
4040
electron_1.ipcRenderer.on('native-event', (event, data) => {
4141
if (window.Livewire) {
42-
window.Livewire.dispatch('nativephp:' + data.event, data.payload);
42+
window.Livewire.dispatch('native:' + data.event, data.payload);
4343
}
4444
if (window.livewire) {
4545
window.livewire.components.components().forEach(component => {

0 commit comments

Comments
 (0)