-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with LiveView 0.20 #713
Comments
+1 |
Related to enhancement released in LV 0.20.0:
|
I installed LiveView 0.20.2 with Surface 0.11.1 and I discovered one bug: When you embed a |
Another LiveComponent issue I noticed, which might be related, and is not fixed in I think |
@dougw-bc is that a server or client error? Live components must have a single root node but that root node cannot be another component. As far as I can remember we even have validation for that. Update: We validate it as a warning:
|
It is not a LiveComponent but a regular Component at the root of a LiveComponent - which was working prior to liveview 0.20.2. If this was a deliberate upstream liveview change - no problem adding a wrapper LiveView now throws this error - but as mentioned ^ maybe it is intentional:
The |
I have made a PR with latest liveview + other updates deps: |
Our codebase compiles and runs with no issues using LV 0.20.0 and Surface 0.11.0 :)
It seems that support for debug annotations needs to be added to Surface though. That's all I've noticed so far.
The text was updated successfully, but these errors were encountered: