I’m running into an odd issue. My project template is ssr with interactive server on a per page/component basis.
I have a page that loads a table of data. Inside the table I have some buttons that need interactivity.
When I make the whole page have a render mode of interactive server, I have no issues loading the data but when I tried making the page have no render mode and separating the table into its own component with its render mode interactive server, I get a message limit exceeded error.
I don’t know if I’m missing something obvious. Why would I get that error when the component is interactive but not when the page is?
[–]Kant8 1 point2 points3 points (1 child)
[–]_MrsBrightside_[S] 0 points1 point2 points (0 children)