Octoturge
Octoturge
> You can do it by finding the export plugin via `revoGridElement.getPlugins`. See here for example https://codesandbox.io/s/revo-grid-vue3-forked-oibx2h instead of `Timeout` in `mounted()` you can just use `async mounted()`: ```ts export...
@MaTeMaTuK any news on the drag-and-drop? Is there any way we can pass an `onDrag` handler to the component?
@samuelOsborne the JSON is shown correctly in the console Also I see now that I receive an error "`lottiePlayer.load()` is not a function", though the element itself exists ```ts const...
@cisc0disco I think I did? I'll check in the evening
@cisc0disco sorry for my late response haha This is my `BootNotification` handler: ```ts import { BootNotificationRequest } from '@voltbras/ts-ocpp/dist/messages/json/request' import { BootNotificationResponse } from '@voltbras/ts-ocpp/dist/messages/json/response' export default async function bootNotificationHandler...
@ZoneMR there's a problem with backward compatibility if I recall correctly my talk with @eduhenke (there needs to be a check for OCPP JSON version)