<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: R Jones</title>
    <description>The latest articles on DEV Community by R Jones (@r_jones_e2f26bdca5d699882).</description>
    <link>https://dev.to/r_jones_e2f26bdca5d699882</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2320160%2F3b8d5b8e-bcef-46cb-8426-3b1df5920cf3.png</url>
      <title>DEV Community: R Jones</title>
      <link>https://dev.to/r_jones_e2f26bdca5d699882</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/r_jones_e2f26bdca5d699882"/>
    <language>en</language>
    <item>
      <title>React 19 not working with Recoil</title>
      <dc:creator>R Jones</dc:creator>
      <pubDate>Sun, 09 Feb 2025 14:40:07 +0000</pubDate>
      <link>https://dev.to/r_jones_e2f26bdca5d699882/react-19-not-working-with-recoil-3lom</link>
      <guid>https://dev.to/r_jones_e2f26bdca5d699882/react-19-not-working-with-recoil-3lom</guid>
      <description>&lt;p&gt;When I'm creating a an atom and exporting it and when I'm using it through useRecoilState, my app is not working. The following error is thrown.&lt;/p&gt;

&lt;p&gt;Uncaught TypeError: Cannot destructure property 'ReactCurrentDispatcher' of 'import_react.default.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED' as it is undefined.&lt;br&gt;
    at currentRendererSupportsUseSyncExternalStore (recoil.js?v=c11f9f95:361:5)&lt;br&gt;
    at useRecoilValueLoadable (recoil.js?v=c11f9f95:3392:26)&lt;br&gt;
    at useRecoilValue (recoil.js?v=c11f9f95:3402:20)&lt;br&gt;
    at App (App.jsx:5:17)&lt;br&gt;
    at react-stack-bottom-frame (react-dom_client.js?v=c11f9f95:16192:20)&lt;br&gt;
    at renderWithHooks (react-dom_client.js?v=c11f9f95:4306:24)&lt;br&gt;
    at updateFunctionComponent (react-dom_client.js?v=c11f9f95:5972:21)&lt;br&gt;
    at beginWork (react-dom_client.js?v=c11f9f95:7048:20)&lt;br&gt;
    at runWithFiberInDEV (react-dom_client.js?v=c11f9f95:726:18)&lt;br&gt;
    at performUnitOfWork (react-dom_client.js?v=c11f9f95:10831:98)&lt;/p&gt;

</description>
      <category>recoil</category>
      <category>react19</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
