Scott Tolinski

Results 80 comments of Scott Tolinski

I've found a solution to my issue, but I'd like to present it to you here first before making a pr. The import string on https://github.com/thomaschaaf/esbuild-plugin-import-glob/blob/d13aa20635b219a944e811938ff29d42b1238b95/src/index.ts#L30 Needed to be `import...

I'm also seeing this. Did you solve this?

I just forked and loaded up the master branch and it seems to work pretty well with Svelte Kit / SSR already. Looks like the master branch isn't the same...

``` Uncaught SyntaxError: Unexpected token < /node_modules/formol/lib/formol.js:9 Error: Loading chunk 9 failed. (missing: http://localhost:3000/admang/seriesizer/assets/formol/vendors~FileField.js) at HTMLScriptElement.u (/node_modules/formol/lib/formol.js:9) (anonymous) @ /node_modules/formol/lib/formol.js:9 s @ /node_modules/formol/lib/formol.js:9 (anonymous) @ /node_modules/formol/lib/formol.js:9 e.(anonymous function) @ /node_modules/formol/lib/formol.js:9...

Getting a similar error with `select-menu` as well. Seems like it's something weird with the 3rd party library fields.

The only errors I'm seeing in console are what was pasted above. I can't imagine that the file isn't accessible, I'm wondering if it's the ~ that's throwing things off....

Just checked out the update. I'm not using Webpack, so unfortunately I can't use the suggested config.

For this project using Meteor but I would typically reach for something like Parcel or Gatsby (webpack under the hood). Meteor's build tool is fantastic and typically doesn't run into...

I would love to use the drop-in UI, but this is a big issue for me. Is there any chance this will be fixed since this issue is from Feb...

Seems like at some point `role="button"` was added, which wasn't present before, but this issue was never closed or updated.