-
Notifications
You must be signed in to change notification settings - Fork 310
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
📝 Updated stylex.create docs #338
Conversation
- Referenced typescript limitation in using the new `const` keyword
@nmn Here's the PR, I wasn't sure about the references but I added them anyway. Please let me know if I missed anything |
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.
Let's also just wait since I might be able to solve this problem.
@@ -25,6 +25,9 @@ The recommended way to use StyleX in development and production is with the | |||
build-time compiler. | |||
|
|||
### Development | |||
:::danger TypeScript Limitation |
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.
The title should be changed. I'll think about what it should be.
I'm closing this PR. I'll update the docs with the minimum typescript requirement. |
What changed / motivation ?
Documentation changes, added a warning for typescript users using TS < 5
Linked PR/Issues
Fixes #327
Additional Context
Referenced typescript limitation in using the new
const
keywordPre-flight checklist
Contribution Guidelines