Valentin Hervieu

Results 275 comments of Valentin Hervieu

For the moment, I fixed this issue by adding `__NEXT_NEW_LINK_BEHAVIOR=true` to my `.env.test` file.

This might probably be a bad pattern but we are actually never using the `accessorKey/accessorFn` properties but rely on the `cell` one where we only use the `original` property of...

I actually noticed that not using a column containing a primitive value for `accessorKey` was breaking the sorting logic even if `manualSorting` is `true`. I'm actually wondering how `manualSorting` is...

The root point of this issue is related to being forced to provide `accessorKey` or `accessorFn`. I understand that we are probably using this library in a little weird way....

If you agree, I'd be happy to work a PR.

I don't know if you are able to differentiate network errors from other kinds of errors when using dynamic imports. Do you know? Regarding errors just being thrown at the...

I might be missing something but I think the retry function I shared in my issue is only retrying errors related to the dynamic import, not errors within the loaded...

> Wrapping import with any extra code is breaking SSR. There is an update to a babel plugin to make that impossible as well. What do you mean by "breaking...

I think this issue is still relevant. My last question was not answered actually.

Actually, I'm fine if my addition are discarded for the server bundle. The important thing here is to retry on the browser one. Or do you mean that it will...