Skip to content

demo project to reproduce stencil issue on IE and Firefox

Notifications You must be signed in to change notification settings

rahulbhooteshwar/stencil_ie_issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stencil_ie_issue

Demo Project to reproduce stencil issue 1113 on IE and Firefox

We have 3 components here:

  • demo-child
  • demo-parent-one , it depends on demo-child & uses it from inside
  • demo-parent-two , it depends on demo-child & uses it from inside

What is this issue ?

All 3 components works as expected indepently on all browsers. When these components are included on same page using component build scripts and selectors, these works as expected on chrome browser but don't render on IE/Firefox.

Steps to Reproduce

  • Navigate to root directory of this project
  • Run yarn install or npm install
  • Once dependencies are installed Run yarn start or npm start
  • Open http://localhost:8080/ in chrome & IE

Miscellaneous

This issue doesn't seem to be related with nesetd components. It can be regenerated by simply including one component script more than once on same page. The component will stop rendering on IE/Firefox

Results

Chrome

Chrome Result

IE

IE Result

Note:

Individual components are working fine on all browsers. It can be verified by following steps:

  • Navigate to component root
  • run yarn build or npm run build
  • serve www/index.html in browser using any server (npm i -g http-server and then http-server www/index.html)

About

demo project to reproduce stencil issue on IE and Firefox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published