Dmitry Polushkin
Dmitry Polushkin
Where did you found apollo-client 4.0.0? Probably you mean vue-apollo 4.0.0? In case of that what apollo-client version do you have? It should be something around 3.2 or 3.3. In...
@happy-machine Try this one: ``` new ApolloLink((operation, forward) => { headers = { authorization: token } return forward(operation) }) ``` Then add it to the link: ``` link: ApolloLink.from([authLink]) ```
@Zony-Zhao You should change contents of the `createApolloClient` function.
Hope that somebody will look into that feature.
Is there are a clear spec, how it should be implemented? I can invest my time to implement this feature.
@rosendi what was an error?
@rosendi I suggest you to use debugger to find out where it is trying to be called. Check if `rich_text_area` is called from the https://github.com/rails/rails/blob/530f7805ed5790af1d472a041bc74089dc183f47/actiontext/app/helpers/action_text/tag_helper.rb#L21.
Means this initializer is not running? https://github.com/rails/rails/blob/530f7805ed5790af1d472a041bc74089dc183f47/actiontext/lib/action_text/engine.rb#L35
Scopes are a bit incorrectly displayed. In old design:  In a new design: 
Everything else so far seems OK in one of the big projects that uses AA.