Anyone else noticing component update issues with 10.19.3? (Solved -- my fault) #4249
Replies: 1 comment 1 reply
-
One last note: I (originally) setup Preact Devtools and it didn't flag any issues with my table, even though it contained two
If anyone knows whether or not this should have been flagged as a warning with Preact Devtools, let me know and I can follow up. |
Beta Was this translation helpful? Give feedback.
-
Edit: I was having an issue with HTML tables that worked fine in Preact 10.17.1 and 10.18.2, but was not rendering correctly in 10.19.3. After trying to reduce the repro to something minimal, I found that (in one particular case), my
render()
was returning a<table>
with 2<thead>
's. Oops! After fixing that issue, everything's working fine again, even on 10.19.3.Initially, I thought it was a regression in Preact, but it was just my own fault. Nothing to see here! :)
(I'm leaving this up in case anyone else runs into a similar situation when upgrading, and also in case someone already read my original message and wants to see the resolution.)
Beta Was this translation helpful? Give feedback.
All reactions