Jacek Tomaszewski
Jacek Tomaszewski
If you use default configuration, line numbers should be working - **but not in `PhantomJS`**. Switching to `Chrome` fixed the problem for me.
Thanks. Rolling back to r16 fixed the issue for us. I guess that commit is the cause: https://github.com/solarwinds/rkubelog/commit/45c901010310050528f7b433e3139c8c70c1daad . @turbo , could you give some comment what was the intention...
Just spotted, this probably is the same issue as https://github.com/solarwinds/rkubelog/issues/24 .
Asking out of curiosity, is there a downtime during that restart? Will some logs be dropped while rkubelog is restarted? Do you know maybe?
We've just met the very same problem. We'll probably use that PR as well. Something needs to be fixed about this for sure.
Is the fix you mentioned in https://github.com/solarwinds/rkubelog/issues/21#issuecomment-788457196 @girishranganathan included in the current `master`? Which commit is the fix?
> can you try installing the latest version of @react-native/normalize-color` ? @dannyhw Running `yarn add @react-native/normalize-colors` doesn't help. Same error persists. P.S. It is already using the latest version.
FYI the issue still persists in in storybook 9.0.8. I've updated the repo to the newest package versions.
Regarding the error: 1. `SyntaxError: The requested module '/node_modules/react-native-web/node_modules/@react-native/normalize-colors/index.js?v=ed1d805d' does not provide an export named 'default' (at index.js:11:8)` is what happens . It happens once the file is loaded **directly**...
If I add `@react-native/normalize-colors` to `optimizeDeps.include[]`, then I get past the error, but I get another similar one for another package ( `inline-style-prefixer` ), and then, I can't get past...