Igor Szymanski
Igor Szymanski
And how is this supposed to work with components written in .jsx/.tsx files?
When is this going to be implemented?
I created a PR https://github.com/DavidDuwaer/Coloquent/pull/32 Edit: Can be closed.
@TheKinng96 The thing you're talking about is unrelated to the issue. The issue described here is related to `CSS modules` (namely, files named `*.module.(s)css`. Now the problem is CSS modules...
v. 4.38.1 The error is still there in `alter: true` mode. `force: true` does the trick in development, but no data is persisted for obvious reasons.
I also need suggestion for the tests.
Would love this to be implemented as working with .yaml is honestly awful. No autocompletion, no nothing in IDE.
It's been a while...
@orenelbaum Could you take a look, please?
I was thinking about doing it by passing parameters as query. Let's say we want to perform this operation on the image: ```ts sharp('input.jpg') .resize({ width: 30, height: 30, position:...