laravel-popper icon indicating copy to clipboard operation
laravel-popper copied to clipboard

plans to support popper 2 and tippy 6?

Open wivaku opened this issue 3 years ago • 2 comments

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.

wivaku avatar Nov 23 '20 16:11 wivaku