TypeError: Cannot read properties of undefined (reading 'isKeyObject') #399
              
                Unanswered
              
          
                  
                    
                      mglikesbikes
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 1 reply
-
| CF Workers is not a node runtime. Whatever bundler you use must be configured to make use of a browser or worker bundle. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Using Remix JS + Stytch so want to preface this by saying, very much doubt this is this library's problem; just looking for help.
Getting an error when compiling a cloudflare worker with
wrangler@beta. This is the rawfunction/[[path]].jsthat's compiled from Remix in preparation for Workers to use it:util.typesis not defined so the whole thing's blowing up. Imported stytch using:In a typescript project.
Thanks in advance for any help…
Version
4.6.0
Runtime
Cloudflare Workers
Runtime Details
❯ wrangler --version 0.0.26
Code to reproduce
Required
Beta Was this translation helpful? Give feedback.
All reactions