Kelvin Louis
Kelvin Louis
I had similar issues in the past when using `export * from 'xxx';`. Have you tried explicitly re-exporting your named and default exports in the barrel files? In the past...
@Luchillo I'm not sure if I follow. Are you saying that the order of the items aren't restored correctly? At least I'm having this problem. It uses the original order...
Is there an update?
We were able to avoid this issue by setting `swcMinify: false` in `next.config.js`. This is not going to be possible in v15, because turning it off is deprecated.
I think it would also be good if you could provide a placeholder img when `empty` is defined, so that not a base64 encoded gif is used from [here](https://png-pixel.com/). We...
@fyneworks that's some great news. I'm in the midst of migrating to ST3. I'm interested to see what your project can accomplish. I'm not fluent in py, but I'm willing...