Closed phess101 closed 3 years ago
Related to issue https://github.com/Automattic/cli-table/issues/153
ha looks like we did the same thing. https://github.com/Automattic/cli-table/pull/155
:+1:
This is currently breaking Google's firebase-tools
as their dependency is specified as ^0.3.1
:(
😆 that's exactly how we discovered it
I've emailed @chrean, but maybe @igoradamenko or @msabramo could help us out
maybe we should just pin the version in firebase-tools
🤔
+1 Please merge
maybe we should just pin the version in
firebase-tools
🤔
Created a PR for that too: https://github.com/firebase/firebase-tools/pull/3908
Description
Currently, if you try to create a new Table with no options, you will get a crashing error. We need to first do a null check against options.
Checklist
Please make sure the items below have been covered before requesting a review:
Deploy Notes
Notes regarding deployment of this PR, if any.
Steps to Test or Reproduce