bitwiseshiftleft / sjcl

Stanford Javascript Crypto Library
http://bitwiseshiftleft.github.com/sjcl/
Other
7.18k stars 987 forks source link

identifier.indexOf is not a function #373

Open kdawgwilk opened 6 years ago

kdawgwilk commented 6 years ago

Running into the issue mentioned here because of sjcl, everything works if the sjcl is removed webpack/enhanced-resolve#118

var idxQuery = identifier.indexOf("?");
                           ^
TypeError: identifier.indexOf is not a function

sjcl: ^1.0.7 react-native: 0.57.0 @storybook: ^4.0.0-alpha.21

Amirh24 commented 5 years ago

Hi, did you happen to solve this? Thanks