Dirk Dresch
Dirk Dresch
@mickyarun you need to add the componentLoader instance to the options object of the upload feature instance. Like stated in the error.
Any news on this one?
Managed to use the new `ready` configuration, it's working for the initial loading as you described. The next loads e.g. when paging are not visible to the user and it...
@narendran-kannan did you add outstatic to an already existing project? For me, the 0.0.33-rc closed the issue of not finding the 'fs' module, but it's still not working. But still,...
I also used this config setting in the first place, which I don't need to use anymore with the updated version 0.33-rc. But still, I get 404 errors in frontend...
Thanks a lot for your quick response!!! Don't you think it makes sense to store the item count internally and check if it changed when setting currentPage again? Like this...
Hmm ok but to handle this properly outside of the component, we'll need a kind of external API to access e.g. pageCount etc. To call e.g. this method: https://github.com/aslagle/reactive-table/blob/master/lib/reactive_table.js#L333 A...
Besides the logs. What does this error actually mean? What needs to be done to remove it?
The issue is the `baseUrl` options parameter, which you are not using. I'm running into a similar situation. I try to run my app in a Docker container, which is...
The merge is up-to-date with the latest version incl. V7 updates.