S-table component pagination not working

So I tried adding pagination to my table and the events don’t seem to trigger when the onNextPage and onPreviousPage events are fired - nothing happens at all.

Then I tried to see if it works in a codesandbox and could see that it is actually working (see here).

When I add the exact same code for the table in my embedded app it doesn’t work.

I also tried making a new app from scratch and it still did not work.

I’m assuming there’s an issue when the app is embedded?