default Icon theme is missing in react and vue adaptors
See original GitHub issueHello! I am trying to build some components libs on top of ant-design for internal usages.
Included the the ant-design as dependencies and use rollup
to bundle it up.
After that I start a create-react-app
application and test it out for my components libs.
And getting this errors:
It seem the angular adaptor will passing the default theme when then theme
is undefined
but seem the vue and react did not share the same behaviour
Maybe we should unify the this behaviour across different platform
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top Results From Across the Web
vue.js - vuetify icon not showing - Stack Overflow
Had this issue with Vuetify 2.1.3 installed via the vuetify-loader 1.2.2. Seems like previous solutions do not work becues the default icons ......
Read more >Changelog - Shoelace
Changelog. Shoelace follows Semantic Versioning. Breaking changes in components with the Stable badge will not be accepted until the next major version.
Read more >dev-sample-test-xx - npm Package Health Analysis | Snyk
React UI Check/Radio [RadioGroup, Checkbox(s)] (BEST-CUSTOMIZE ALL) For more information about ... You can customize icon, theme or color for Checkbox/Radio.
Read more >Editor toolbar - CKEditor 5 Documentation
The default icons are loaded from the ckeditor5-core package. If no icon is specified, 'threeVerticalDots' will be used as a default. If icon:...
Read more >Debug Node.js Apps using Visual Studio Code
Setting up a project for Node.js debugging is straightforward with VS Code providing appropriate launch configuration defaults and snippets.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@hongchanhk01 Can I know how did you fix the rollup configuratiuon to avoid this annoying issue? Thanks
@hongchanhk01 Can I know how did you fix the rollup configuratiuon to avoid this annoying issue? Thanks