cetirizine.meta

Issues/PRs archive for MTRNord/cetirizine
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.meta.git
Log | Files | Refs

3.md (2471B)


      1 # #3 Unknown language in messageEvents can crash the whole app
      2 
      3 - **State:** open
      4 - **Author:** @MTRNord
      5 - **Created:** 2023-05-15T10:53:39Z
      6 - **Labels:** bug
      7 - **Assignees:** @MTRNord
      8 
      9 ---
     10 
     11 ```
     12 Could not find the language '{', did you forget to load/include a language module? 
     13     at http://localhost:5173/src/components/events/messageEvent.tsx?t=1684109307162:309:43
     14     at http://localhost:5173/src/components/events/messageEvent.tsx?t=1684109307162:68:55
     15     at div
     16     at div
     17     at div
     18     at VirtuosoItems (http://localhost:5173/node_modules/.vite/deps/react-virtuoso.js?t=1684106793770&v=def59128:3037:66)
     19     at div
     20     at Viewport$2 (http://localhost:5173/node_modules/.vite/deps/react-virtuoso.js?t=1684106793770&v=def59128:3249:21)
     21     at div
     22     at VirtuosoScroller (http://localhost:5173/node_modules/.vite/deps/react-virtuoso.js?t=1684106793770&v=def59128:3182:75)
     23     at VirtuosoRoot (http://localhost:5173/node_modules/.vite/deps/react-virtuoso.js?t=1684106793770&v=def59128:3284:27)
     24     at http://localhost:5173/node_modules/.vite/deps/react-virtuoso.js?t=1684106793770&v=def59128:377:13
     25     at http://localhost:5173/src/pages/MainPage.tsx?t=1684109698386:26:43
     26     at div
     27     at div
     28     at div
     29     at http://localhost:5173/src/pages/MainPage.tsx?t=1684109698386:357:21
     30     at ProtectedRoute (http://localhost:5173/src/app/protectedRoute.tsx?t=1684094127530:14:34)
     31     at RenderedRoute (http://localhost:5173/node_modules/.vite/deps/react-router-dom.js?v=def59128:3133:5)
     32     at Routes (http://localhost:5173/node_modules/.vite/deps/react-router-dom.js?v=def59128:3542:5)
     33     at Router (http://localhost:5173/node_modules/.vite/deps/react-router-dom.js?v=def59128:3489:15)
     34     at HashRouter (http://localhost:5173/node_modules/.vite/deps/react-router-dom.js?v=def59128:3965:5)
     35     at App
     36 
     37 ```
     38 
     39 
     40 ## Comments
     41 
     42 ### @MTRNord — 2023-05-15T10:55:20Z
     43 
     44 This seems to be caused by codeblocks that don't have any language tag:
     45 
     46 ` "<p>Coucou, d'ailleurs question sur les pois, si je veux mettre les aeroway ou des key government j'ai une erreur</p>\n<pre><code>{&quot;status&quot;: &quot;error&quot;, &quot;message&quot;: &quot;Using an undefined POI type id (aeroway:aerodrome) forbidden in rules&quot;}\n</code></pre>\n<p>Mais je ne vois rien dans ce qui est fait sur les rules par rapport à un bloquage sur ce genre de key osm, vous bloquez au leisure et amenity uniquement ?<br>sachant que même leisure j'ai remarqué que certains ne passent pas</p>\n"`
     47