v3.0.0 broke sheet() using extract
See original GitHub issueI can’t figure out exactly why, but v3.0.0 broke my plugin: https://bitbucket.org/TheBosZ/rollup-plugin-nano-css/
With 2.2.0, all tests pass, but with 3.0.0, calling nano.sheet
returns an empty object instead of the expected string of class names.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Formula Parse Errors In Google Sheets And How To Fix Them
3. I'm getting an #DIV/0! error message. This formula parse error happens when a number is divided by zero, which can occur ...
Read more >How to use google spreadsheets to check for broken links
Step 3: Test your function in the spreadsheet. Now you get to see your function in action. In the cell next to the...
Read more >How to solve the #REF! error on spreadsheets - Sheetgo Blog
REF! Learn how to resolve the REF Google spreadsheet error when linking data across sheets, even when out of your office or network....
Read more >Sheet (POI API Documentation)
Get the default column width for the sheet (if the columns do not define their own width) in characters. short, getDefaultRowHeight(). Get the...
Read more >3 Methods to Unhide All Sheets in Excel (& how to hide)
All the sheets have returned to a visible state. What does that code mean? Let's break down the code. for each sh in...
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
This https://github.com/streamich/nano-css/pull/190 should fix your problem.
Perfect! 3.0.1 solves the bug!