stencil-ds-plugins-demo icon indicating copy to clipboard operation
stencil-ds-plugins-demo copied to clipboard

This is a demo project using the stencil-ds-plugins.

Results 16 stencil-ds-plugins-demo issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Hi, i'm currently working on implementing a stencil library with react/angular ouputs like this demo does. But now i got the same error in this repo like in my project...

Hello folks, I'm creating stencil components extending Ionic components, and I'm getting these errors when I try to build the React Components: ``` src/components.ts:14:69 - error TS2694: Namespace 'LocalJSX' has...

When using the web components generated using `@stencil/[email protected]`, in an Angular `12.2.0`, I get the following error in props of type `@Event()` `Property 'subscribe' does not exist on type 'EventEmitter'.`...

``` C:\ae\stencil-ds-plugins-demo\packages\component-library-angular>npm run build > [email protected] build C:\ae\stencil-ds-plugins-demo\packages\component-library-angular > npm run build.ng > [email protected] build.ng C:\ae\stencil-ds-plugins-demo\packages\component-library-angular > npm run build.es2015 && npm run build.es5 > [email protected] build.es2015 C:\ae\stencil-ds-plugins-demo\packages\component-library-angular > ngc...

I am receiving a 404 error in the browser that my SVG file used by my component cannot be loaded. How do I go about approaching this issue?

``` C:\ae\stencil-ds-plugins-demo\packages\app-react>npm start > [email protected] start C:\ae\stencil-ds-plugins-demo\packages\app-react > react-scripts start Starting the development server... Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade` Failed to compile. ../component-library-react/dist/components.js Module not...

``` C:\ae\stencil-ds-plugins-demo\packages\app-angular>npm start > [email protected] start C:\ae\stencil-ds-plugins-demo\packages\app-angular > ng serve ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** 11% building 14/15 modules 1...

component-library-react is looking for the loader dir, which is built outside of the dist dir (see esmLoaderPath setting in stencil config file). For that directory to be available it needs...

Steps to Repro: 1. Clone repo 2. npm install 3. lerna bootstrap 4. build component-library 5. build component-library-angular 6. 'npm start' app-angular 7. Open http://localhost:4200 in Chrome (80) 8. See...