six-webcomponents icon indicating copy to clipboard operation
six-webcomponents copied to clipboard

chore: fix react output target and add next ssr experimental support

Open colinscz opened this issue 6 months ago โ€ข 0 comments

๐Ÿ”— Linked issue

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • [x] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [x] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

๐Ÿ“ Checklist

  • [ ] I have linked an issue or discussion.
  • [x] It's submitted to the main branch
  • [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • [ ] I have updated the documentation accordingly.
  • [ ] All tests are passing
  • [ ] New/updated tests are included
  • [x] I have updated the "upcoming" section inside docs/changelog.md explaining the changes I contributed
  • [ ] Added new links to demo app inside docs

If adding a new feature, the PR's description includes:

  • [ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

Changes introduced in stencil react output target, that these changes here are based upon: https://github.com/ionic-team/stencil-ds-output-targets/pull/452/commits/5119c25d7f477efb2ac7531d8ee15256453c1d41

colinscz avatar Aug 19 '24 13:08 colinscz