Jérôme Pott

Results 21 comments of Jérôme Pott

I was going to submit a similar pull request. It's a pity that yours hasn't been merged after all this time.

Do you use Tailwind and/or PurgeCSS? If yes, you need to whitelist the css selector like this: ```js whitelistPatternsChildren: [/^blueimp.+/] ```

I have a similar error with Vue. Has anybody figured it out? I think that the problem is related to Webpack. @hexenq I think that you should change the default...

I solved it by having a look at what the output of the module bundler was and by making sure that the file path to the dictionary was correct.

@zi6xuan I've updated the readme (see section about module bundlers). Basically, you need to set the dicPath to a folder that is not processed by your module bundler.

@zi6xuan Sorry, I'm not familiar with React Native. But this definitely looks like a problem with your bundle output.

@shilik Sorry, I didn't try using it with nativescript-vue. Yes, you need a special Weback pack loader to process the dictionaries files. But I wasn't able to properly configure Webpack....

Does this help? ``` onBeforeLoad(win) { initMocks() cy.stub(win, "WebSocket", url => new MockSocket.WebSocket(url)) } ``` source: https://github.com/cypress-io/cypress/issues/2492

For information: Vuetify version 1.0 is planned for this coming December. https://vuetifyjs.com/vuetify/roadmap

Are you trying to debug the popup? In Chrome, you need right click inside the popup and select "inspect". In Firefox, you need to click the inspect button on the...