Uploaded image for project: 'Realm JavaScript SDK'
  1. Realm JavaScript SDK
  2. RJS-1728

can not use realm inside hook

    • Type: Icon: Task Task
    • Resolution: Works as Designed
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None

      How frequently does the bug occur?

      All the time

      Description

      I have the class RealmContext.js

      import { Room } from "../database/RealmSchemas";
      import { Realm, createRealmContext } from '@realm/react'
      
      const config = {
          schema: [Room],
      };
      
      export default createRealmContext(config);
        
      

      In App.js, i have defined:

      import

      { RealmProvider }

      from './context/RealmContext';

      <RealmProvider>
      ....
      </RealmProvider>

      Stacktrace & log output

      Unable to find source-code formatter for language: shell. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      ERROR  Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
      
      Check your code at App.js:236.
          in App (at renderApplication.js:50)
          in RCTView (at View.js:32)
          in View (at AppContainer.js:92)
          in RCTView (at View.js:32)
          in View (at AppContainer.js:119)
          in AppContainer (at renderApplication.js:43)
          in VedaxLink(RootComponent) (at renderApplication.js:60)
      

      Can you reproduce the bug?

      Not yet

      Reproduction Steps

      No response

      Version

      im using lasted cli

      What SDK flavour are you using?

      Local Database only

      Are you using encryption?

      No, not using encryption

      Platform OS and version(s)

      IOS

      Build environment

      Which debugger for React Native: ..
      Check Value Recommendation/Notes
      npm ping ok
      npm -v not ok Use npm v8.11.0
      node -v ok current: v17.9.0, recommended: v17.9.0
      npm config get registry ok using default registry (https://registry.npmjs.org/)
      which git ok /usr/bin/git
      Perms check on cached files ok
      Perms check on local node_modules ok
      Perms check on global node_modules ok
      Perms check on local bin folder ok
      Perms check on global bin folder ok
      Verify cache contents ok verified 11051 tarballs

      Cocoapods version

      1.1.13

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: