[Webkit-unassigned] [Bug 279356] TypeError: Attempted to assign to readonly property - extractFilteredSchemaValuesFromMicroData
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 9 05:20:17 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279356
--- Comment #2 from loic at anicro.ch ---
Error has been narrowed it down. See https://github.com/odoo/odoo/issues/162145#issuecomment-2074417723
The error appears with PostalAddress schema with:
```
<div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
<span itemprop="streetAddress">1901 Lemur Ave</span>
<span itemprop="addressLocality">Sunnyvale</span>,
<span itemprop="addressRegion">CA</span> <span itemprop="postalCode">94086</span>
</div>
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240909/96e44995/attachment-0001.htm>
More information about the webkit-unassigned
mailing list