nextui: Token autocompletion not working on utils [CodeSandbox]
Describe the bug
Autocomplete does not seem to work for utils right now. Inside of css() the utils are not even defined as a prop, they are only there if you create a media query with css({"bp1": {"pt": ...}}).
Steps to reproduce
- Use the
css()orstyled()function - Don’t get any autocompletion for utils
I’ve created a CodeSandbox here: https://codesandbox.io/s/distracted-rain-s63rmp?file=/src/App.tsx
Expected behaviour I would expect to get suggestions of the available tokens.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 22 (9 by maintainers)
Commits related to this issue
- Merge pull request #434 from tianenpang/fix/stitches-typescript-compatability fix: #291 stitches compatability with typescript — committed to nextui-org/nextui by jrgarciadev 2 years ago
Thanks for super quick response! I’ll try things out in VsCode