#React component doesn't render
3 messages · Page 1 of 1 (latest)
As far as I know, the client directives are mutually exclusive. You cannot combine client:load and client:only on the same component. Pick one of them, and if it’s client:only, also make sure you add the proper value matching the UI framework to it
One of the directives is probably being ignored, or adding both makes it not work at all 😄 Not sure!