-
-
Notifications
You must be signed in to change notification settings - Fork 119
fix(define-stylex): use attrs()
instead of props()
#990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(define-stylex): use attrs()
instead of props()
#990
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@vue-macros/api
@vue-macros/astro
@vue-macros/better-define
@vue-macros/boolean-prop
@vue-macros/chain-call
@vue-macros/common
@vue-macros/config
@vue-macros/define-emit
@vue-macros/define-models
unplugin-vue-define-options
@vue-macros/define-prop
@vue-macros/define-props
@vue-macros/define-props-refs
@vue-macros/define-render
@vue-macros/define-slots
@vue-macros/define-stylex
@vue-macros/devtools
@vue-macros/eslint-config
@vue-macros/export-expose
@vue-macros/export-props
@vue-macros/export-render
@vue-macros/hoist-static
@vue-macros/jsx-directive
vue-macros
@vue-macros/named-template
@vue-macros/nuxt
@vue-macros/reactivity-transform
@vue-macros/script-lang
@vue-macros/setup-block
@vue-macros/setup-component
@vue-macros/setup-sfc
@vue-macros/short-bind
@vue-macros/short-emits
@vue-macros/short-vmodel
@vue-macros/test-utils
@vue-macros/volar
commit: |
2b5a1ef
to
e248572
Compare
|
||
### Vite | ||
|
||
```sh | ||
pnpm add @stylexjs/stylex vite-plugin-stylex | ||
pnpm add @stylexjs/stylex @stylex-extend/core @stylex-extend/vite -D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can unplugin-stylex
work with this demo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. I can't get it work even with its own example, without any modification. It seems like that the stylex.create
call was not compiled at all.
However, its react example works. Maybe it have conflict with the @vitejs/plugin-vue
plugin and thus cannot work with vue project.
ee77788
to
3cd56f4
Compare
3cd56f4
to
a8d1900
Compare
a8d1900
to
bb8e102
Compare
Description
#989
Linked Issues
closes #989
Additional context