Open BorghildSelle opened 3 months ago
When using eds-utils useId(null, 'something') this lint error occurs:
Argument of type 'null' is not assignable to parameter of type 'string'.
Could this lint error be fixed?
Hello, which eslint rule triggers this? we don't get this error locally so it is a bit hard to test
When using eds-utils useId(null, 'something') this lint error occurs:
Argument of type 'null' is not assignable to parameter of type 'string'.
Could this lint error be fixed?