Finch
Finch
FFilament
Created by Finch on 10/31/2024 in #❓┊help
dispatchFormEvent not defined
I am using FIlamentForms and I would like to use dispatchFormEvent function but it is not defined!
2 replies
FFilament
Created by Finch on 11/6/2023 in #❓┊help
Error with importing index.js file
I am trying to import a js modules from notification package. I am using this command:
import { Notification, NotificationAction } from '../../vendor/filament/notifications/dist/index.js'
import { Notification, NotificationAction } from '../../vendor/filament/notifications/dist/index.js'
I am compiling it with laravel vite and I got an error that :
error during build:
RollupError: "Notification" is not exported by "vendor/filament/notifications/dist/index.js",
error during build:
RollupError: "Notification" is not exported by "vendor/filament/notifications/dist/index.js",
5 replies