Open wivaku opened 4 years ago
Config is currently based on:
'cdn' => 'https://unpkg.com/popper.js@1', 'cdn' => 'https://unpkg.com/tippy.js@4',
Available are:
'cdn' => 'https://unpkg.com/@popperjs/core@2', 'cdn' => 'https://unpkg.com/tippy.js@6',
But neither seem to work with laravel-popper. When I enable either one or both I don't see a console error, but also no tooltip.
laravel-popper
I will generate a new version supporting then...
Hi @andcarpi, not to push you but was wondering: do you have a timeframe in mind?
Config is currently based on:
Available are:
But neither seem to work with
laravel-popper
. When I enable either one or both I don't see a console error, but also no tooltip.