Abel Simon
Abel Simon
Hi there so it seems this is a big issue... In AWS ElasticBeanstralk deploy if you have the 1 of the 2 platforms (Node 16). You will have a failing...
I have the same issue. `> Build error occurred Error: Export encountered errors on following paths: /[productSlug]` [productSlug] is a dynamic page that represents products. (Using getStaticPaths and getStaticProps) This...
> @jescalan > > Below is the error that I face constantly during development. The problem is it is totally random and stops the dev server. > > ``` >...
Also here, I got this message "Couldn't determine the version of the native part of Reanimated.". I am using: "dependencies": { "@expo/vector-icons": "^14.0.0", "@react-navigation/drawer": "^6.6.6", "@react-navigation/native": "^6.0.2", "expo": "~50.0.2", "expo-font":...
Foun the error. There is a property REANIMATED_VERSION_CPP inside global that is not available. Its undefined then it compares with version 3.5.4 thus the error. The file I fixed "temporary"...
same here, I had the scope parameter and I still get the same error "Missing required parameter: scope". What could be the reason? `@Injectable() export class GoogleStrategy extends PassportStrategy(Strategy, 'google')...
> > same here, I had the scope parameter and I still get the same error "Missing required parameter: scope". What could be the reason? > > `@Injectable() export class...
Will they update material table? I am using Next.js which goes well with React 18 and node 18 but it seems this supports react 17. Any roadmap on this?
Its probably that loop of autoreferencing without finishing the main json reference. @encima I would suggest the following solution: ``` type Primitive = string | number | boolean | null;...