Radek Šerý
Radek Šerý
I believe I've solved this by PR https://github.com/vojtech-dobes/nette.ajax.js/pull/164.
Ok, the "solution" for first error doesn'nt work either. Besides the define ``` ERROR in [at-loader] ./src/assets/js/Controls/TomSelectControl.ts:11:11 TS2339: Property 'define' does not exist on type 'typeof import("tom-select/dist/esm/tom-select")'. ``` I would...
So I managed to solve the problems with Tom Select using ```ts declare module 'tom-select/dist/esm/tom-select' { import TomSelect from 'tom-select/dist/types/tom-select' export default TomSelect } ``` Similarly for plugins I need....
I have created gist, where you can see the error https://gist.github.com/zipper/d6eb2ff2d81f6266ac283b9bfed21ce6. Just run `npm install && npm run build` after cloning it and you should see the error with sifter....
@oyejorge I just tried that and I get the same error with `ts-loader` as well 🤔 Just to clarify, I'm using Node 16.18.0 and npm 8.19.2. ``` ERROR in /mnt/d/Htdocs/tom-select-ts-error/node_modules/@orchidjs/sifter/lib/sifter.ts...
Ok, as I didn't have the typescript as dependency, I had it installed by awesome-typescript-loader in old version. After removing node_modules and doing clean install with ts-loader, newer version of...
I have experienced something similar on desktop Safari 13.1.1. I have pre-generated navigation, but after initialization, there is no highlighted item and carousel doesn't work. All of the slides has...
Ok, so I tested i little bit more and the error first occured in 4.1.2. In 4.1.1 everything works as expected.
I'm now experiencing the very same issue in `@headlessui/vue` 1.7.9 🤔
I have just noticed the same. Also when single select is used, the selected item is not vertically centered, see the attached screenshot from Chrome 106 @ Windows 10. First...